#D0BFE6

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

Shades of Fog #D0BFE6

Tints of Fog #D0BFE6

Color information

#D0BFE6 (or 0xD0BFE6) is unknown color: approx Fog. HEX triplet: D0, BF and E6. RGB value is (208,191,230). Sum of RGB (Red+Green+Blue) = 208+191+230=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFE6 is #2F4019. Grayscale: #C8C8C8. Windows color (decimal): -3096602 or 15122384. OLE color: 15122384.

HSL color Cylindrical-coordinate representation of color #D0BFE6: hue angle of 266.15º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BFE6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208191230-
CMYK0.100.1700.10
HSL266.15º43.82%82.55%-
HSV(B)266.15º16.96%90.2%-
XYZ58.9356.3882.64-
YUV200.53144.63133.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 230 (90.23% from 255) = 36.57%
R=33.07%
G=30.37%
B=36.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081912300.100.1700.10266.1543.8282.55
HexD0BFE6A110A10a2c53
Octal320277346122101241254123
Binary110100001011111111100110101010001010101000010101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFE6; }

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

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

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

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

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

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

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

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