#D0BAED

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

Shades of Fog #D0BAED

Tints of Fog #D0BAED

Color information

#D0BAED (or 0xD0BAED) is unknown color: approx Fog. HEX triplet: D0, BA and ED. RGB value is (208,186,237). Sum of RGB (Red+Green+Blue) = 208+186+237=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAED is #2F4512. Grayscale: #C6C6C6. Windows color (decimal): -3097875 or 15579856. OLE color: 15579856.

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

Color convert

RGB208186237-
CMYK0.120.2200.07
HSL265.88º58.62%82.94%-
HSV(B)265.88º21.52%92.94%-
XYZ58.8654.6487.57-
YUV198.39149.79134.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=32.96%
G=29.48%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081862370.120.2200.07265.8858.6282.94
HexD0BAEDC160710a3b53
Octal32027235514260741273123
Binary11010000101110101110110111001011001111000010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BAED; }

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

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

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

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

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

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

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

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