#D5BEE8

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

Shades of Fog #D5BEE8

Tints of Fog #D5BEE8

Color information

#D5BEE8 (or 0xD5BEE8) is unknown color: approx Fog. HEX triplet: D5, BE and E8. RGB value is (213,190,232). Sum of RGB (Red+Green+Blue) = 213+190+232=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEE8 is #2A4117. Grayscale: #C9C9C9. Windows color (decimal): -2769176 or 15253205. OLE color: 15253205.

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

Color convert

RGB213190232-
CMYK0.080.1800.09
HSL272.86º47.73%82.75%-
HSV(B)272.86º18.1%90.98%-
XYZ60.4256.884.12-
YUV201.66145.12136.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 232 (91.02% from 255) = 36.54%
R=33.54%
G=29.92%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131902320.080.1800.09272.8647.7382.75
HexD5BEE8812091113053
Octal325276350102201142160123
Binary110101011011111011101000100010010010011000100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEE8; }

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

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

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

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

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

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

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

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