#D1CAEE

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

Shades of Fog #D1CAEE

Tints of Fog #D1CAEE

Color information

#D1CAEE (or 0xD1CAEE) is unknown color: approx Fog. HEX triplet: D1, CA and EE. RGB value is (209,202,238). Sum of RGB (Red+Green+Blue) = 209+202+238=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAEE is #2E3511. Grayscale: #D0D0D0. Windows color (decimal): -3028242 or 15649489. OLE color: 15649489.

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

Color convert

RGB209202238-
CMYK0.120.1500.07
HSL251.67º51.43%86.27%-
HSV(B)251.67º15.13%93.33%-
XYZ62.8561.9789.54-
YUV208.2144.82128.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.20%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=32.20%
G=31.12%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092022380.120.1500.07251.6751.4386.27
HexD1CAEECF07fc3356
Octal32131235614170737463126
Binary110100011100101011101110110011110111111111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAEE; }

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

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

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

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

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

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

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

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