#D0CCE1

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

Shades of Fog #D0CCE1

Tints of Fog #D0CCE1

Color information

#D0CCE1 (or 0xD0CCE1) is unknown color: approx Fog. HEX triplet: D0, CC and E1. RGB value is (208,204,225). Sum of RGB (Red+Green+Blue) = 208+204+225=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCE1 is #2F331E. Grayscale: #CFCFCF. Windows color (decimal): -3093279 or 14798032. OLE color: 14798032.

HSL color Cylindrical-coordinate representation of color #D0CCE1: hue angle of 251.43º 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 #D0CCE1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208204225-
CMYK0.080.0900.12
HSL251.43º25.93%84.12%-
HSV(B)251.43º9.33%88.24%-
XYZ61.262.0379.98-
YUV207.59137.83128.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=32.65%
G=32.03%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082042250.080.0900.12251.4325.9384.12
HexD0CCE1890Cfb1a54
Octal320314341101101437332124
Binary110100001100110011100001100010010110011111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCE1; }

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

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

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

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

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

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

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

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