#D0C0EB

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

Shades of Fog #D0C0EB

Tints of Fog #D0C0EB

Color information

#D0C0EB (or 0xD0C0EB) is unknown color: approx Fog. HEX triplet: D0, C0 and EB. RGB value is (208,192,235). Sum of RGB (Red+Green+Blue) = 208+192+235=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0EB is #2F3F14. Grayscale: #C9C9C9. Windows color (decimal): -3096341 or 15450320. OLE color: 15450320.

HSL color Cylindrical-coordinate representation of color #D0C0EB: hue angle of 262.33º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0C0EB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208192235-
CMYK0.110.1800.08
HSL262.33º51.81%83.73%-
HSV(B)262.33º18.3%92.16%-
XYZ59.8657.1186.47-
YUV201.69146.8132.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=32.76%
G=30.24%
B=37.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081922350.110.1800.08262.3351.8183.73
HexD0C0EBB12081063454
Octal320300353132201040664124
Binary110100001100000011101011101110010010001000001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0EB; }

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

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

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

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

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

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

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

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