Html Css Color HEX #D7AAB3 Blossom

📋 copy color: '#D7AAB3'

red 215 ◦ green 170 ◦ blue 179

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

Shades of Blossom #D7AAB3

Tints of Blossom #D7AAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.74%

R = 38.12%
G = 30.14%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D7AAB3 (or 0xD7AAB3) is known color: Blossom. HEX triplet: D7, AA and B3. RGB value is (215,170,179). Sum of RGB (Red+Green+Blue) = 215+170+179=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB3 is #28554C. Grayscale: #B8B8B8. Windows color (decimal): -2643277 or 11774679. OLE color: 11774679.

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

Color convert

RGB 215 170 179 -
CMYK 0 0.21 0.17 0.16
HSL 348º 0.36% 0.75% -
HSV(B) 348º 0.21% 0.84% -
XYZ 50.54 46.45 48.95 -
YUV 184.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 215 170 179 0 0.21 0.17 0.16 348 0.36 0.75
Hex D7 AA B3 0 15 11 10 15C 24 4B
Octal 327 252 263 0 25 21 20 534 44 113
Binary 11010111 10101010 10110011 0 10101 10001 10000 101011100 100100 1001011

Color Harmonies of #D7AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAB3

Black with #D7AAB3

Text Example


Text Example

White with #D7AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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