#D0BFDF

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

Shades of Fog #D0BFDF

Tints of Fog #D0BFDF

Color information

#D0BFDF (or 0xD0BFDF) is unknown color: approx Fog. HEX triplet: D0, BF and DF. RGB value is (208,191,223). Sum of RGB (Red+Green+Blue) = 208+191+223=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFDF is #2F4020. Grayscale: #C7C7C7. Windows color (decimal): -3096609 or 14663632. OLE color: 14663632.

HSL color Cylindrical-coordinate representation of color #D0BFDF: hue angle of 271.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0BFDF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208191223-
CMYK0.070.1400.13
HSL271.88º33.33%81.18%-
HSV(B)271.88º14.35%87.45%-
XYZ57.965677.57-
YUV199.73141.13133.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=33.44%
G=30.71%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081912230.070.1400.13271.8833.3381.18
HexD0BFDF7E0D1102151
Octal32027733771601542041121
Binary1101000010111111110111111111110011011000100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFDF; }

 p { color: rgb(208,191,223); }

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

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

 a { background-color: rgb(208,191,223); }

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

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

 span { border-color: rgb(208,191,223); }

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