#D2BBE7

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

Shades of Fog #D2BBE7

Tints of Fog #D2BBE7

Color information

#D2BBE7 (or 0xD2BBE7) is unknown color: approx Fog. HEX triplet: D2, BB and E7. RGB value is (210,187,231). Sum of RGB (Red+Green+Blue) = 210+187+231=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #D2BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BBE7 is #2D4418. Grayscale: #C6C6C6. Windows color (decimal): -2966553 or 15186898. OLE color: 15186898.

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

Color convert

RGB210187231-
CMYK0.090.1900.09
HSL271.36º47.83%81.96%-
HSV(B)271.36º19.05%90.59%-
XYZ58.7755.0183.12-
YUV198.89146.12135.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=33.44%
G=29.78%
B=36.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101872310.090.1900.09271.3647.8381.96
HexD2BBE79130910f3052
Octal322273347112301141760122
Binary110100101011101111100111100110011010011000011111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBE7; }

 p { color: rgb(210,187,231); }

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

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

 a { background-color: rgb(210,187,231); }

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

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

 span { border-color: rgb(210,187,231); }

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