#D5BBE7

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

Shades of Fog #D5BBE7

Tints of Fog #D5BBE7

Color information

#D5BBE7 (or 0xD5BBE7) is unknown color: approx Fog. HEX triplet: D5, BB and E7. RGB value is (213,187,231). Sum of RGB (Red+Green+Blue) = 213+187+231=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBE7 is #2A4418. Grayscale: #C7C7C7. Windows color (decimal): -2769945 or 15186901. OLE color: 15186901.

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

Color convert

RGB213187231-
CMYK0.080.1900.09
HSL275.45º47.83%81.96%-
HSV(B)275.45º19.05%90.59%-
XYZ59.6355.4683.16-
YUV199.79145.61137.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=33.76%
G=29.64%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131872310.080.1900.09275.4547.8381.96
HexD5BBE7813091133052
Octal325273347102301142360122
Binary110101011011101111100111100010011010011000100111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBE7; }

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

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

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

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

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

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

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

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