#D0BCF9

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

Shades of Fog #D0BCF9

Tints of Fog #D0BCF9

Color information

#D0BCF9 (or 0xD0BCF9) is unknown color: approx Fog. HEX triplet: D0, BC and F9. RGB value is (208,188,249). Sum of RGB (Red+Green+Blue) = 208+188+249=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCF9 is #2F4306. Grayscale: #C8C8C8. Windows color (decimal): -3097351 or 16366800. OLE color: 16366800.

HSL color Cylindrical-coordinate representation of color #D0BCF9: hue angle of 259.67º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0BCF9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208188249-
CMYK0.160.2400.02
HSL259.67º83.56%85.69%-
HSV(B)259.67º24.5%97.65%-
XYZ61.0956.2297.25-
YUV200.93155.13133.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 249 (97.66% from 255) = 38.60%
R=32.25%
G=29.15%
B=38.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081882490.160.2400.02259.6783.5685.69
HexD0BCF91018021045456
Octal320274371203002404124126
Binary110100001011110011111001100001100001010000010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BCF9; }

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

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

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

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

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

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

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

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