#D7AAB4

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

Shades of Blossom #D7AAB4

Tints of Blossom #D7AAB4

Color information

#D7AAB4 (or 0xD7AAB4) is unknown color: approx Blossom. HEX triplet: D7, AA and B4. RGB value is (215,170,180). Sum of RGB (Red+Green+Blue) = 215+170+180=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB4 is #28554B. Grayscale: #B8B8B8. Windows color (decimal): -2643276 or 11840215. OLE color: 11840215.

HSL color Cylindrical-coordinate representation of color #D7AAB4: hue angle of 346.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAB4 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215170180-
CMYK00.210.160.16
HSL346.67º36%75.49%-
HSV(B)346.67º20.93%84.31%-
XYZ50.6446.4949.48-
YUV184.6125.41149.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=38.05%
G=30.09%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517018000.210.160.16346.673675.49
HexD7AAB4015101015b244b
Octal327252264025202053344113
Binary11010111101010101011010001010110000100001010110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAB4; }

 p { color: rgb(215,170,180); }

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

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

 a { background-color: rgb(215,170,180); }

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

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

 span { border-color: rgb(215,170,180); }

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