#D1CCE1

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

Shades of Fog #D1CCE1

Tints of Fog #D1CCE1

Color information

#D1CCE1 (or 0xD1CCE1) is unknown color: approx Fog. HEX triplet: D1, CC and E1. RGB value is (209,204,225). Sum of RGB (Red+Green+Blue) = 209+204+225=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCE1 is #2E331E. Grayscale: #CFCFCF. Windows color (decimal): -3027743 or 14798033. OLE color: 14798033.

HSL color Cylindrical-coordinate representation of color #D1CCE1: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CCE1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209204225-
CMYK0.070.0900.12
HSL254.29º25.93%84.12%-
HSV(B)254.29º9.33%88.24%-
XYZ61.4862.1880-
YUV207.89137.66128.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.76%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=32.76%
G=31.97%
B=35.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092042250.070.0900.12254.2925.9384.12
HexD1CCE1790Cfe1a54
Octal32131434171101437632124
Binary11010001110011001110000111110010110011111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCE1; }

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

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

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

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

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

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

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

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