Html Css Color HEX #D7AAB7 Blossom

📋 copy color: '#D7AAB7'

red 215 ◦ green 170 ◦ blue 183

#D7AAB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #D7AAB7

Tints of Blossom #D7AAB7

RGB

 RED value IS 215 (84.38% from 255) = 37.85%

 GREEN value IS 170 (66.8% from 255) = 29.93%

 BLUE value IS 183 (71.88% from 255) = 32.22%

R = 37.85%
G = 29.93%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D7AAB7 (or 0xD7AAB7) is known color: Blossom. HEX triplet: D7, AA and B7. RGB value is (215,170,183). Sum of RGB (Red+Green+Blue) = 215+170+183=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB7 is #285548. Grayscale: #B8B8B8. Windows color (decimal): -2643273 or 12036823. OLE color: 12036823.

HSL color Cylindrical-coordinate representation of color #D7AAB7: hue angle of 342.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 #D7AAB7 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 183 -
CMYK 0 0.21 0.15 0.16
HSL 342.67º 0.36% 0.75% -
HSV(B) 342.67º 0.21% 0.84% -
XYZ 50.95 46.62 51.11 -
YUV 184.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 215 170 183 0 0.21 0.15 0.16 342.67 0.36 0.75
Hex D7 AA B7 0 15 F 10 157 24 4B
Octal 327 252 267 0 25 17 20 527 44 113
Binary 11010111 10101010 10110111 0 10101 1111 10000 101010111 100100 1001011

Color Harmonies of #D7AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAB7

Black with #D7AAB7

Text Example


Text Example

White with #D7AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAB7; }

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

 H1.HeaderClassName
 {
   color: #D7AAB7;
 }
 .AnyTagClassName
 {
   color: #D7AAB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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