#d5b7ed

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

Shades of Fog #D5B7ED

Tints of Fog #D5B7ED

Color information

#D5B7ED (or 0xD5B7ED) is unknown color: approx Fog. HEX triplet: D5, B7 and ED. RGB value is (213,183,237). Sum of RGB (Red+Green+Blue) = 213+183+237=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B7ED is #2A4812. Grayscale: #C5C5C5. Windows color (decimal): -2770963 or 15579093. OLE color: 15579093.

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

Color convert

RGB213183237-
CMYK0.100.2300.07
HSL273.33º60%82.35%-
HSV(B)273.33º22.78%92.94%-
XYZ59.6654.1387.42-
YUV198.13149.94138.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.65%
GREEN value IS 183 (71.88% from 255) = 28.91%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=33.65%
G=28.91%
B=37.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131832370.100.2300.07273.336082.35
HexD5B7EDA17071113c52
Octal32526735512270742174122
Binary11010101101101111110110110101011101111000100011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5b7ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5b7ed; }

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

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

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

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

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

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

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

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