#D0C0EF

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

Shades of Fog #D0C0EF

Tints of Fog #D0C0EF

Color information

#D0C0EF (or 0xD0C0EF) is unknown color: approx Fog. HEX triplet: D0, C0 and EF. RGB value is (208,192,239). Sum of RGB (Red+Green+Blue) = 208+192+239=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0EF is #2F3F10. Grayscale: #C9C9C9. Windows color (decimal): -3096337 or 15712464. OLE color: 15712464.

HSL color Cylindrical-coordinate representation of color #D0C0EF: hue angle of 260.43º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0C0EF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208192239-
CMYK0.130.2000.06
HSL260.43º59.49%84.51%-
HSV(B)260.43º19.67%93.73%-
XYZ60.4457.3489.54-
YUV202.14148.8132.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.55%
GREEN value IS 192 (75.39% from 255) = 30.05%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=32.55%
G=30.05%
B=37.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081922390.130.2000.06260.4359.4984.51
HexD0C0EFD14061043b55
Octal32030035715240640473125
Binary11010000110000001110111111011010001101000001001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0EF; }

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

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

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

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

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

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

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

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