#D8BBEE

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

Shades of Fog #D8BBEE

Tints of Fog #D8BBEE

Color information

#D8BBEE (or 0xD8BBEE) is unknown color: approx Fog. HEX triplet: D8, BB and EE. RGB value is (216,187,238). Sum of RGB (Red+Green+Blue) = 216+187+238=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBEE is #274411. Grayscale: #C9C9C9. Windows color (decimal): -2573330 or 15645656. OLE color: 15645656.

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

Color convert

RGB216187238-
CMYK0.090.2100.07
HSL274.12º60%83.33%-
HSV(B)274.12º21.43%93.33%-
XYZ61.5256.3188.52-
YUV201.48148.61138.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=33.70%
G=29.17%
B=37.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161872380.090.2100.07274.126083.33
HexD8BBEE915071123c53
Octal33027335611250742274123
Binary11011000101110111110111010011010101111000100101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBEE; }

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

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

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

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

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

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

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

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