#D1CAEC

Color #D1CAEC Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D1CAEC

Tints of Fog #D1CAEC

Color information

#D1CAEC (or 0xD1CAEC) is unknown color: approx Fog. HEX triplet: D1, CA and EC. RGB value is (209,202,236). Sum of RGB (Red+Green+Blue) = 209+202+236=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAEC is #2E3513. Grayscale: #CFCFCF. Windows color (decimal): -3028244 or 15518417. OLE color: 15518417.

HSL color Cylindrical-coordinate representation of color #D1CAEC: hue angle of 252.35º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CAEC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209202236-
CMYK0.110.1400.07
HSL252.35º47.22%85.88%-
HSV(B)252.35º14.41%92.55%-
XYZ62.5661.8588-
YUV207.97143.82128.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 32.30%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=32.30%
G=31.22%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092022360.110.1400.07252.3547.2285.88
HexD1CAECBE07fc2f56
Octal32131235413160737457126
Binary110100011100101011101100101111100111111111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAEC; }

 p { color: rgb(209,202,236); }

 H1.HeaderClassName
 {
   color: #D1CAEC;
 }
 .AnyTagClassName
 {
   color: #D1CAEC;
 }
</style>
background-color css

<style>
 a { background-color: #D1CAEC; }

 a { background-color: rgb(209,202,236); }

 div.DivClassName
 {
   background-color: #D1CAEC;
 }
 .BgClassName
 {
   background-color: #D1CAEC;
 }
</style>
border-color css

<style>
 span { border-color: #D1CAEC; }

 span { border-color: rgb(209,202,236); }

 td.TdClassName
 {
   border-color: #D1CAEC;
 }
 .TagClassName
 {
   border-color: #D1CAEC;
 }
</style>