#D0BCEB

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

Shades of Fog #D0BCEB

Tints of Fog #D0BCEB

Color information

#D0BCEB (or 0xD0BCEB) is unknown color: approx Fog. HEX triplet: D0, BC and EB. RGB value is (208,188,235). Sum of RGB (Red+Green+Blue) = 208+188+235=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCEB is #2F4314. Grayscale: #C7C7C7. Windows color (decimal): -3097365 or 15449296. OLE color: 15449296.

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

Color convert

RGB208188235-
CMYK0.110.200.08
HSL265.53º54.02%82.94%-
HSV(B)265.53º20%92.16%-
XYZ58.9955.3786.18-
YUV199.34148.13134.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=32.96%
G=29.79%
B=37.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081882350.110.200.08265.5354.0282.94
HexD0BCEBB140810a3653
Octal320274353132401041266123
Binary110100001011110011101011101110100010001000010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BCEB; }

 p { color: rgb(208,188,235); }

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

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

 a { background-color: rgb(208,188,235); }

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

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

 span { border-color: rgb(208,188,235); }

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