#D2AEB6

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

Shades of Blossom #D2AEB6

Tints of Blossom #D2AEB6

Color information

#D2AEB6 (or 0xD2AEB6) is unknown color: approx Blossom. HEX triplet: D2, AE and B6. RGB value is (210,174,182). Sum of RGB (Red+Green+Blue) = 210+174+182=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEB6 is #2D5149. Grayscale: #B9B9B9. Windows color (decimal): -2969930 or 11972306. OLE color: 11972306.

HSL color Cylindrical-coordinate representation of color #D2AEB6: hue angle of 346.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AEB6 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210174182-
CMYK00.170.130.18
HSL346.67º28.57%75.29%-
HSV(B)346.67º17.14%82.35%-
XYZ50.1647.3550.75-
YUV185.68125.93145.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=37.10%
G=30.74%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017418200.170.130.18346.6728.5775.29
HexD2AEB6011D1215b1d4b
Octal322256266021152253335113
Binary110100101010111010110110010001110110010101011011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEB6; }

 p { color: rgb(210,174,182); }

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

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

 a { background-color: rgb(210,174,182); }

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

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

 span { border-color: rgb(210,174,182); }

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