#D5B9ED

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

Shades of Fog #D5B9ED

Tints of Fog #D5B9ED

Color information

#D5B9ED (or 0xD5B9ED) is unknown color: approx Fog. HEX triplet: D5, B9 and ED. RGB value is (213,185,237). Sum of RGB (Red+Green+Blue) = 213+185+237=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5B9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B9ED is #2A4612. Grayscale: #C7C7C7. Windows color (decimal): -2770451 or 15579605. OLE color: 15579605.

HSL color Cylindrical-coordinate representation of color #D5B9ED: hue angle of 272.31º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5B9ED is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213185237-
CMYK0.100.2200.07
HSL272.31º59.09%82.75%-
HSV(B)272.31º21.94%92.94%-
XYZ60.0854.9687.56-
YUV199.3149.28137.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=33.54%
G=29.13%
B=37.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131852370.100.2200.07272.3159.0982.75
HexD5B9EDA16071103b53
Octal32527135512260742073123
Binary11010101101110011110110110101011001111000100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B9ED; }

 p { color: rgb(213,185,237); }

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

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

 a { background-color: rgb(213,185,237); }

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

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

 span { border-color: rgb(213,185,237); }

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