#D0BBE5

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

Shades of Fog #D0BBE5

Tints of Fog #D0BBE5

Color information

#D0BBE5 (or 0xD0BBE5) is unknown color: approx Fog. HEX triplet: D0, BB and E5. RGB value is (208,187,229). Sum of RGB (Red+Green+Blue) = 208+187+229=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBE5 is #2F441A. Grayscale: #C5C5C5. Windows color (decimal): -3097627 or 15055824. OLE color: 15055824.

HSL color Cylindrical-coordinate representation of color #D0BBE5: hue angle of 270º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0BBE5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208187229-
CMYK0.090.1800.10
HSL270º44.68%81.57%-
HSV(B)270º18.34%89.8%-
XYZ57.9354.6181.62-
YUV198.07145.46135.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=33.33%
G=29.97%
B=36.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081872290.090.1800.1027044.6881.57
HexD0BBE59120A10e2d52
Octal320273345112201241655122
Binary110100001011101111100101100110010010101000011101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBE5; }

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

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

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

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

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

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

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

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