#D0BBEE

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

Shades of Fog #D0BBEE

Tints of Fog #D0BBEE

Color information

#D0BBEE (or 0xD0BBEE) is unknown color: approx Fog. HEX triplet: D0, BB and EE. RGB value is (208,187,238). Sum of RGB (Red+Green+Blue) = 208+187+238=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBEE is #2F4411. Grayscale: #C6C6C6. Windows color (decimal): -3097618 or 15645648. OLE color: 15645648.

HSL color Cylindrical-coordinate representation of color #D0BBEE: hue angle of 264.71º degrees, saturation: 0.6, 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 #D0BBEE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208187238-
CMYK0.130.2100.07
HSL264.71º60%83.33%-
HSV(B)264.71º21.43%93.33%-
XYZ59.2255.1288.41-
YUV199.09149.96134.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=32.86%
G=29.54%
B=37.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081872380.130.2100.07264.716083.33
HexD0BBEED15071093c53
Octal32027335615250741174123
Binary11010000101110111110111011011010101111000010011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBEE; }

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

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

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

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

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

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

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

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