Color Hex Logo

#ddd8fc Color Hex

#DDD8FC
(221,216,252)
0 Favorites   0 Comments

Color spaces of #ddd8fc

RGB 221216252
HSL0.690.860.92
HSV248°14°99°
CMYK 0.120.140.00   0.01
XYZ71.945371.5122102.1068
Yxy71.51220.29300.2912
Hunter Lab84.56493.8740-12.3935
CIE-Lab87.73338.5518-16.9115

#ddd8fc color RGB value is (221,216,252).

#ddd8fc hex color red value is 221, green value is 216 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddd8fc hue: 0.69 , saturation: 0.86 and the lightness value of ddd8fc is 0.92.

The process color (four color CMYK) of #ddd8fc color hex is 0.12, 0.14, 0.00, 0.01. Web safe color of #ddd8fc is #ccccff. Color #ddd8fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 11111100
Octal 335 330 374
Decimal 221 216 252
Hex DD D8 FC

RGB Percentages of Color #ddd8fc

%32.08
%31.35
%36.57

CMYK Percentages of Color #ddd8fc

%12
%14
%0
%1

Triadic Colors of #ddd8fc

#ddd8fc #fcddd8 #d8fcdd

Analogous Colors of #ddd8fc

#ddd8fc #efd8fc #d8e5fc

Monochromatic Colors of #ddd8fc

#ddd8fc

Complementary Color

#ddd8fc #f7fcd8

#ddd8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd8fc Color CSS Codes

.mybgcolor {background-color:#ddd8fc; } 
.myforecolor {color:#ddd8fc; }
.mybordercolor {border:3px solid #ddd8fc; }

#ddd8fc Text Font Color

<p style="color:#ddd8fc">Text here</p>

This sample text font color is #ddd8fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddd8fc Background Color

<div style="background-color:#ddd8fc">
Div content here</div>

This div background color is #ddd8fc


#ddd8fc Border Color

<div style="border:3px solid #ddd8fc">
Div here</div>

This div border color is #ddd8fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,216,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd8fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd8fc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd8fc;
  box-shadow:         1px 1px 3px 2px #ddd8fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,216,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd8fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd8fc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd8fc;
  box-shadow:         1px 1px 3px 2px #ddd8fc;">
Div content here</div>

This div box has shadow with color #ddd8fc

Related Colors


Comments

No comments written yet.

Please login to write comment.