#D0B5E9

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

Shades of Fog #D0B5E9

Tints of Fog #D0B5E9

Color information

#D0B5E9 (or 0xD0B5E9) is unknown color: approx Fog. HEX triplet: D0, B5 and E9. RGB value is (208,181,233). Sum of RGB (Red+Green+Blue) = 208+181+233=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0B5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5E9 is #2F4A16. Grayscale: #C2C2C2. Windows color (decimal): -3099159 or 15316432. OLE color: 15316432.

HSL color Cylindrical-coordinate representation of color #D0B5E9: hue angle of 271.15º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0B5E9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208181233-
CMYK0.110.2200.09
HSL271.15º54.17%81.18%-
HSV(B)271.15º22.32%91.37%-
XYZ57.2452.3484.18-
YUV195149.45137.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=33.44%
G=29.10%
B=37.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081812330.110.2200.09271.1554.1781.18
HexD0B5E9B160910f3651
Octal320265351132601141766121
Binary110100001011010111101001101110110010011000011111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B5E9; }

 p { color: rgb(208,181,233); }

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

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

 a { background-color: rgb(208,181,233); }

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

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

 span { border-color: rgb(208,181,233); }

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