#D1CCE5

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

Shades of Fog #D1CCE5

Tints of Fog #D1CCE5

Color information

#D1CCE5 (or 0xD1CCE5) is unknown color: approx Fog. HEX triplet: D1, CC and E5. RGB value is (209,204,229). Sum of RGB (Red+Green+Blue) = 209+204+229=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1CCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCE5 is #2E331A. Grayscale: #D0D0D0. Windows color (decimal): -3027739 or 15060177. OLE color: 15060177.

HSL color Cylindrical-coordinate representation of color #D1CCE5: hue angle of 252º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CCE5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209204229-
CMYK0.090.1100.10
HSL252º32.47%84.9%-
HSV(B)252º10.92%89.8%-
XYZ62.0362.482.9-
YUV208.34139.66128.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.55%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 229 (89.84% from 255) = 35.67%
R=32.55%
G=31.78%
B=35.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092042290.090.1100.1025232.4784.9
HexD1CCE59B0Afc2055
Octal321314345111301237440125
Binary1101000111001100111001011001101101010111111001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCE5; }

 p { color: rgb(209,204,229); }

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

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

 a { background-color: rgb(209,204,229); }

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

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

 span { border-color: rgb(209,204,229); }

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