#D5BEE4

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

Shades of Fog #D5BEE4

Tints of Fog #D5BEE4

Color information

#D5BEE4 (or 0xD5BEE4) is unknown color: approx Fog. HEX triplet: D5, BE and E4. RGB value is (213,190,228). Sum of RGB (Red+Green+Blue) = 213+190+228=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5BEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEE4 is #2A411B. Grayscale: #C9C9C9. Windows color (decimal): -2769180 or 14991061. OLE color: 14991061.

HSL color Cylindrical-coordinate representation of color #D5BEE4: hue angle of 276.32º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BEE4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213190228-
CMYK0.070.1700.11
HSL276.32º41.3%81.96%-
HSV(B)276.32º16.67%89.41%-
XYZ59.8656.5781.16-
YUV201.21143.12136.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 228 (89.45% from 255) = 36.13%
R=33.76%
G=30.11%
B=36.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2131902280.070.1700.11276.3241.381.96
HexD5BEE47110B1142952
Octal32527634472101342451122
Binary11010101101111101110010011110001010111000101001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEE4; }

 p { color: rgb(213,190,228); }

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

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

 a { background-color: rgb(213,190,228); }

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

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

 span { border-color: rgb(213,190,228); }

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