#D0B6ED

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

Shades of Fog #D0B6ED

Tints of Fog #D0B6ED

Color information

#D0B6ED (or 0xD0B6ED) is unknown color: approx Fog. HEX triplet: D0, B6 and ED. RGB value is (208,182,237). Sum of RGB (Red+Green+Blue) = 208+182+237=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B6ED is #2F4912. Grayscale: #C3C3C3. Windows color (decimal): -3098899 or 15578832. OLE color: 15578832.

HSL color Cylindrical-coordinate representation of color #D0B6ED: hue angle of 268.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0B6ED is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208182237-
CMYK0.120.2300.07
HSL268.36º60.44%82.16%-
HSV(B)268.36º23.21%92.94%-
XYZ58.0352.9887.29-
YUV196.04151.11136.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 182 (71.48% from 255) = 29.03%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=33.17%
G=29.03%
B=37.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081822370.120.2300.07268.3660.4482.16
HexD0B6EDC170710c3c52
Octal32026635514270741474122
Binary11010000101101101110110111001011101111000011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B6ED; }

 p { color: rgb(208,182,237); }

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

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

 a { background-color: rgb(208,182,237); }

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

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

 span { border-color: rgb(208,182,237); }

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