#D0BFE0

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

Shades of Fog #D0BFE0

Tints of Fog #D0BFE0

Color information

#D0BFE0 (or 0xD0BFE0) is unknown color: approx Fog. HEX triplet: D0, BF and E0. RGB value is (208,191,224). Sum of RGB (Red+Green+Blue) = 208+191+224=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFE0 is #2F401F. Grayscale: #C7C7C7. Windows color (decimal): -3096608 or 14729168. OLE color: 14729168.

HSL color Cylindrical-coordinate representation of color #D0BFE0: hue angle of 270.91º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0BFE0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208191224-
CMYK0.070.1500.12
HSL270.91º34.74%81.37%-
HSV(B)270.91º14.73%87.84%-
XYZ58.156.0578.28-
YUV199.84141.63133.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=33.39%
G=30.66%
B=35.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081912240.070.1500.12270.9134.7481.37
HexD0BFE07F0C10f2351
Octal32027734071701441743121
Binary1101000010111111111000001111111011001000011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFE0; }

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

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

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

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

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

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

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

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