#D2BEE0

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

Shades of Fog #D2BEE0

Tints of Fog #D2BEE0

Color information

#D2BEE0 (or 0xD2BEE0) is unknown color: approx Fog. HEX triplet: D2, BE and E0. RGB value is (210,190,224). Sum of RGB (Red+Green+Blue) = 210+190+224=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEE0 is #2D411F. Grayscale: #C7C7C7. Windows color (decimal): -2965792 or 14728914. OLE color: 14728914.

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

Color convert

RGB210190224-
CMYK0.060.1500.12
HSL275.29º35.42%81.18%-
HSV(B)275.29º15.18%87.84%-
XYZ58.4555.9178.23-
YUV199.86141.63135.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 224 (87.89% from 255) = 35.90%
R=33.65%
G=30.45%
B=35.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101902240.060.1500.12275.2935.4281.18
HexD2BEE06F0C1132351
Octal32227634061701442343121
Binary1101001010111110111000001101111011001000100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEE0; }

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

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

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

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

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

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

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

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