#D0BAE2

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

Shades of Fog #D0BAE2

Tints of Fog #D0BAE2

Color information

#D0BAE2 (or 0xD0BAE2) is unknown color: approx Fog. HEX triplet: D0, BA and E2. RGB value is (208,186,226). Sum of RGB (Red+Green+Blue) = 208+186+226=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0BAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAE2 is #2F451D. Grayscale: #C5C5C5. Windows color (decimal): -3097886 or 14858960. OLE color: 14858960.

HSL color Cylindrical-coordinate representation of color #D0BAE2: hue angle of 273º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0BAE2 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208186226-
CMYK0.080.1800.11
HSL273º40.82%80.78%-
HSV(B)273º17.7%88.63%-
XYZ57.354.0279.36-
YUV197.14144.29135.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=33.55%
G=30%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081862260.080.1800.1127340.8280.78
HexD0BAE28120B1112951
Octal320272342102201342151121
Binary110100001011101011100010100010010010111000100011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BAE2; }

 p { color: rgb(208,186,226); }

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

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

 a { background-color: rgb(208,186,226); }

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

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

 span { border-color: rgb(208,186,226); }

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