#D0B9EA

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

Shades of Fog #D0B9EA

Tints of Fog #D0B9EA

Color information

#D0B9EA (or 0xD0B9EA) is unknown color: approx Fog. HEX triplet: D0, B9 and EA. RGB value is (208,185,234). Sum of RGB (Red+Green+Blue) = 208+185+234=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9EA is #2F4615. Grayscale: #C5C5C5. Windows color (decimal): -3098134 or 15382992. OLE color: 15382992.

HSL color Cylindrical-coordinate representation of color #D0B9EA: hue angle of 268.16º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0B9EA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208185234-
CMYK0.110.2100.08
HSL268.16º53.85%82.16%-
HSV(B)268.16º20.94%91.76%-
XYZ58.2154.0585.21-
YUV197.46148.62135.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=33.17%
G=29.51%
B=37.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081852340.110.2100.08268.1653.8582.16
HexD0B9EAB150810c3652
Octal320271352132501041466122
Binary110100001011100111101010101110101010001000011001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B9EA; }

 p { color: rgb(208,185,234); }

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

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

 a { background-color: rgb(208,185,234); }

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

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

 span { border-color: rgb(208,185,234); }

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