#D8B9EC

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

Shades of Fog #D8B9EC

Tints of Fog #D8B9EC

Color information

#D8B9EC (or 0xD8B9EC) is unknown color: approx Fog. HEX triplet: D8, B9 and EC. RGB value is (216,185,236). Sum of RGB (Red+Green+Blue) = 216+185+236=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B9EC is #274613. Grayscale: #C7C7C7. Windows color (decimal): -2573844 or 15514072. OLE color: 15514072.

HSL color Cylindrical-coordinate representation of color #D8B9EC: hue angle of 276.47º degrees, saturation: 0.57, 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 #D8B9EC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216185236-
CMYK0.080.2200.07
HSL276.47º57.3%82.55%-
HSV(B)276.47º21.61%92.55%-
XYZ60.8155.3586.84-
YUV200.08148.27139.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=33.91%
G=29.04%
B=37.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161852360.080.2200.07276.4757.382.55
HexD8B9EC816071143953
Octal33027135410260742471123
Binary11011000101110011110110010001011001111000101001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9EC; }

 p { color: rgb(216,185,236); }

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

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

 a { background-color: rgb(216,185,236); }

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

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

 span { border-color: rgb(216,185,236); }

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