#D0BBE9

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

Shades of Fog #D0BBE9

Tints of Fog #D0BBE9

Color information

#D0BBE9 (or 0xD0BBE9) is unknown color: approx Fog. HEX triplet: D0, BB and E9. RGB value is (208,187,233). Sum of RGB (Red+Green+Blue) = 208+187+233=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBE9 is #2F4416. Grayscale: #C6C6C6. Windows color (decimal): -3097623 or 15317968. OLE color: 15317968.

HSL color Cylindrical-coordinate representation of color #D0BBE9: hue angle of 267.39º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0BBE9 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208187233-
CMYK0.110.2000.09
HSL267.39º51.11%82.35%-
HSV(B)267.39º19.74%91.37%-
XYZ58.4954.8384.59-
YUV198.52147.46134.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=33.12%
G=29.78%
B=37.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081872330.110.2000.09267.3951.1182.35
HexD0BBE9B140910b3352
Octal320273351132401141363122
Binary110100001011101111101001101110100010011000010111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBE9; }

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

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

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

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

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

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

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

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