#D0BEE5

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

Shades of Fog #D0BEE5

Tints of Fog #D0BEE5

Color information

#D0BEE5 (or 0xD0BEE5) is unknown color: approx Fog. HEX triplet: D0, BE and E5. RGB value is (208,190,229). Sum of RGB (Red+Green+Blue) = 208+190+229=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEE5 is #2F411A. Grayscale: #C7C7C7. Windows color (decimal): -3096859 or 15056592. OLE color: 15056592.

HSL color Cylindrical-coordinate representation of color #D0BEE5: hue angle of 267.69º degrees, saturation: 0.43, 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 #D0BEE5 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208190229-
CMYK0.090.1700.10
HSL267.69º42.86%82.16%-
HSV(B)267.69º17.03%89.8%-
XYZ58.5755.8981.83-
YUV199.83144.46133.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=33.17%
G=30.30%
B=36.52%

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
Decimal2081902290.090.1700.10267.6942.8682.16
HexD0BEE59110A10c2b52
Octal320276345112101241453122
Binary110100001011111011100101100110001010101000011001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEE5; }

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

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

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

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

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

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

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

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