#D1C5ED

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

Shades of Fog #D1C5ED

Tints of Fog #D1C5ED

Color information

#D1C5ED (or 0xD1C5ED) is unknown color: approx Fog. HEX triplet: D1, C5 and ED. RGB value is (209,197,237). Sum of RGB (Red+Green+Blue) = 209+197+237=643 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.50% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1C5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C5ED is #2E3A12. Grayscale: #CCCCCC. Windows color (decimal): -3029523 or 15582673. OLE color: 15582673.

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

Color convert

RGB209197237-
CMYK0.120.1700.07
HSL258º52.63%85.1%-
HSV(B)258º16.88%92.94%-
XYZ61.5559.688.38-
YUV205.15145.98130.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.50%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=32.50%
G=30.64%
B=36.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091972370.120.1700.0725852.6385.1
HexD1C5EDC11071023555
Octal32130535514210740265125
Binary11010001110001011110110111001000101111000000101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C5ED; }

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

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

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

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

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

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

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

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