#D0C7EF

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

Shades of Fog #D0C7EF

Tints of Fog #D0C7EF

Color information

#D0C7EF (or 0xD0C7EF) is unknown color: approx Fog. HEX triplet: D0, C7 and EF. RGB value is (208,199,239). Sum of RGB (Red+Green+Blue) = 208+199+239=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7EF is #2F3810. Grayscale: #CECECE. Windows color (decimal): -3094545 or 15714256. OLE color: 15714256.

HSL color Cylindrical-coordinate representation of color #D0C7EF: hue angle of 253.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0C7EF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208199239-
CMYK0.130.1700.06
HSL253.5º55.56%85.88%-
HSV(B)253.5º16.74%93.73%-
XYZ62.0260.4990.07-
YUV206.25146.48129.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 199 (78.12% from 255) = 30.80%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=32.20%
G=30.80%
B=37.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081992390.130.1700.06253.555.5685.88
HexD0C7EFD1106fe3856
Octal32030735715210637670126
Binary1101000011000111111011111101100010110111111101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7EF; }

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

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

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

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

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

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

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

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