#D1C5EA

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

Shades of Fog #D1C5EA

Tints of Fog #D1C5EA

Color information

#D1C5EA (or 0xD1C5EA) is unknown color: approx Fog. HEX triplet: D1, C5 and EA. RGB value is (209,197,234). Sum of RGB (Red+Green+Blue) = 209+197+234=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C5EA is #2E3A15. Grayscale: #CCCCCC. Windows color (decimal): -3029526 or 15386065. OLE color: 15386065.

HSL color Cylindrical-coordinate representation of color #D1C5EA: hue angle of 259.46º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1C5EA is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209197234-
CMYK0.110.1600.08
HSL259.46º46.84%84.51%-
HSV(B)259.46º15.81%91.76%-
XYZ61.1159.4386.09-
YUV204.81144.48130.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.66%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=32.66%
G=30.78%
B=36.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091972340.110.1600.08259.4646.8484.51
HexD1C5EAB10081032f55
Octal321305352132001040357125
Binary110100011100010111101010101110000010001000000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C5EA; }

 p { color: rgb(209,197,234); }

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

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

 a { background-color: rgb(209,197,234); }

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

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

 span { border-color: rgb(209,197,234); }

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