#D0C7E0

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

Shades of Fog #D0C7E0

Tints of Fog #D0C7E0

Color information

#D0C7E0 (or 0xD0C7E0) is unknown color: approx Fog. HEX triplet: D0, C7 and E0. RGB value is (208,199,224). Sum of RGB (Red+Green+Blue) = 208+199+224=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0C7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7E0 is #2F381F. Grayscale: #CCCCCC. Windows color (decimal): -3094560 or 14731216. OLE color: 14731216.

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

Color convert

RGB208199224-
CMYK0.070.1100.12
HSL261.6º28.74%82.94%-
HSV(B)261.6º11.16%87.84%-
XYZ59.8959.6478.88-
YUV204.54138.98130.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 199 (78.12% from 255) = 31.54%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=32.96%
G=31.54%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081992240.070.1100.12261.628.7482.94
HexD0C7E07B0C1061d53
Octal32030734071301440635123
Binary110100001100011111100000111101101100100000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7E0; }

 p { color: rgb(208,199,224); }

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

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

 a { background-color: rgb(208,199,224); }

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

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

 span { border-color: rgb(208,199,224); }

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