#D5B5EA

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

Shades of Fog #D5B5EA

Tints of Fog #D5B5EA

Color information

#D5B5EA (or 0xD5B5EA) is unknown color: approx Fog. HEX triplet: D5, B5 and EA. RGB value is (213,181,234). Sum of RGB (Red+Green+Blue) = 213+181+234=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5B5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B5EA is #2A4A15. Grayscale: #C4C4C4. Windows color (decimal): -2771478 or 15381973. OLE color: 15381973.

HSL color Cylindrical-coordinate representation of color #D5B5EA: hue angle of 276.23º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B5EA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213181234-
CMYK0.090.2300.08
HSL276.23º55.79%81.37%-
HSV(B)276.23º22.65%91.76%-
XYZ58.8253.1385-
YUV196.61149.1139.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=33.92%
G=28.82%
B=37.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131812340.090.2300.08276.2355.7981.37
HexD5B5EA917081143851
Octal325265352112701042470121
Binary110101011011010111101010100110111010001000101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B5EA; }

 p { color: rgb(213,181,234); }

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

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

 a { background-color: rgb(213,181,234); }

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

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

 span { border-color: rgb(213,181,234); }

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