#D2BEE3

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

Shades of Fog #D2BEE3

Tints of Fog #D2BEE3

Color information

#D2BEE3 (or 0xD2BEE3) is unknown color: approx Fog. HEX triplet: D2, BE and E3. RGB value is (210,190,227). Sum of RGB (Red+Green+Blue) = 210+190+227=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: blue. Hex color #D2BEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEE3 is #2D411C. Grayscale: #C8C8C8. Windows color (decimal): -2965789 or 14925522. OLE color: 14925522.

HSL color Cylindrical-coordinate representation of color #D2BEE3: hue angle of 272.43º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2BEE3 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210190227-
CMYK0.070.1600.11
HSL272.43º39.78%81.76%-
HSV(B)272.43º16.3%89.02%-
XYZ58.8656.0780.39-
YUV200.2143.13134.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 227 (89.06% from 255) = 36.20%
R=33.49%
G=30.30%
B=36.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101902270.070.1600.11272.4339.7881.76
HexD2BEE37100B1102852
Octal32227634372001342050122
Binary11010010101111101110001111110000010111000100001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEE3; }

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

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

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

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

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

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

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

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