#D0BEE0

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

Shades of Fog #D0BEE0

Tints of Fog #D0BEE0

Color information

#D0BEE0 (or 0xD0BEE0) is unknown color: approx Fog. HEX triplet: D0, BE and E0. RGB value is (208,190,224). Sum of RGB (Red+Green+Blue) = 208+190+224=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEE0 is #2F411F. Grayscale: #C7C7C7. Windows color (decimal): -3096864 or 14728912. OLE color: 14728912.

HSL color Cylindrical-coordinate representation of color #D0BEE0: hue angle of 271.76º 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 #D0BEE0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208190224-
CMYK0.070.1500.12
HSL271.76º35.42%81.18%-
HSV(B)271.76º15.18%87.84%-
XYZ57.8855.6278.21-
YUV199.26141.96134.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=33.44%
G=30.55%
B=36.01%

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
Decimal2081902240.070.1500.12271.7635.4281.18
HexD0BEE07F0C1102351
Octal32027634071701442043121
Binary1101000010111110111000001111111011001000100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEE0; }

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

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

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

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

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

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

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

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