#d0bfe5

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

Shades of Fog #D0BFE5

Tints of Fog #D0BFE5

Color information

#D0BFE5 (or 0xD0BFE5) is unknown color: approx Fog. HEX triplet: D0, BF and E5. RGB value is (208,191,229). Sum of RGB (Red+Green+Blue) = 208+191+229=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFE5 is #2F401A. Grayscale: #C8C8C8. Windows color (decimal): -3096603 or 15056848. OLE color: 15056848.

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

Color convert

RGB208191229-
CMYK0.090.1700.10
HSL266.84º42.22%82.35%-
HSV(B)266.84º16.59%89.8%-
XYZ58.7956.3381.9-
YUV200.42144.13133.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 229 (89.84% from 255) = 36.46%
R=33.12%
G=30.41%
B=36.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081912290.090.1700.10266.8442.2282.35
HexD0BFE59110A10b2a52
Octal320277345112101241352122
Binary110100001011111111100101100110001010101000010111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0bfe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0bfe5; }

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

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

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

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

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

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

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

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