#D0BBF5

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

Shades of Fog #D0BBF5

Tints of Fog #D0BBF5

Color information

#D0BBF5 (or 0xD0BBF5) is unknown color: approx Fog. HEX triplet: D0, BB and F5. RGB value is (208,187,245). Sum of RGB (Red+Green+Blue) = 208+187+245=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBF5 is #2F440A. Grayscale: #C7C7C7. Windows color (decimal): -3097611 or 16104400. OLE color: 16104400.

HSL color Cylindrical-coordinate representation of color #D0BBF5: hue angle of 261.72º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0BBF5 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208187245-
CMYK0.150.2400.04
HSL261.72º74.36%84.71%-
HSV(B)261.72º23.67%96.08%-
XYZ60.2655.5493.93-
YUV199.89153.46133.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.5%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=32.5%
G=29.22%
B=38.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081872450.150.2400.04261.7274.3684.71
HexD0BBF5F18041064a55
Octal320273365173004406112125
Binary110100001011101111110101111111000010010000011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBF5; }

 p { color: rgb(208,187,245); }

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

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

 a { background-color: rgb(208,187,245); }

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

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

 span { border-color: rgb(208,187,245); }

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