#D0BBED

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

Shades of Fog #D0BBED

Tints of Fog #D0BBED

Color information

#D0BBED (or 0xD0BBED) is unknown color: approx Fog. HEX triplet: D0, BB and ED. RGB value is (208,187,237). Sum of RGB (Red+Green+Blue) = 208+187+237=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBED is #2F4412. Grayscale: #C6C6C6. Windows color (decimal): -3097619 or 15580112. OLE color: 15580112.

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

Color convert

RGB208187237-
CMYK0.120.2100.07
HSL265.2º58.14%83.14%-
HSV(B)265.2º21.1%92.94%-
XYZ59.0755.0687.64-
YUV198.98149.46134.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=32.91%
G=29.59%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081872370.120.2100.07265.258.1483.14
HexD0BBEDC15071093a53
Octal32027335514250741172123
Binary11010000101110111110110111001010101111000010011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBED; }

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

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

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

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

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

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

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

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