#D0BAEE

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

Shades of Fog #D0BAEE

Tints of Fog #D0BAEE

Color information

#D0BAEE (or 0xD0BAEE) is unknown color: approx Fog. HEX triplet: D0, BA and EE. RGB value is (208,186,238). Sum of RGB (Red+Green+Blue) = 208+186+238=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAEE is #2F4511. Grayscale: #C6C6C6. Windows color (decimal): -3097874 or 15645392. OLE color: 15645392.

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

Color convert

RGB208186238-
CMYK0.130.2200.07
HSL265.38º60.47%83.14%-
HSV(B)265.38º21.85%93.33%-
XYZ5954.788.34-
YUV198.51150.29134.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=32.91%
G=29.43%
B=37.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081862380.130.2200.07265.3860.4783.14
HexD0BAEED16071093c53
Octal32027235615260741174123
Binary11010000101110101110111011011011001111000010011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BAEE; }

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

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

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

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

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

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

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

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