Html Css Color HEX #D7AFB5 Blossom

📋 copy color: '#D7AFB5'

red 215 ◦ green 175 ◦ blue 181

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

Shades of Blossom #D7AFB5

Tints of Blossom #D7AFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.65%

 BLUE value IS 181 (71.09% from 255) = 31.7%

R = 37.65%
G = 30.65%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D7AFB5 (or 0xD7AFB5) is known color: Blossom. HEX triplet: D7, AF and B5. RGB value is (215,175,181). Sum of RGB (Red+Green+Blue) = 215+175+181=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFB5 is #28504A. Grayscale: #BBBBBB. Windows color (decimal): -2641995 or 11907031. OLE color: 11907031.

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

Color convert

RGB 215 175 181 -
CMYK 0 0.19 0.16 0.16
HSL 351º 0.33% 0.76% -
HSV(B) 351º 0.19% 0.84% -
XYZ 51.69 48.44 50.34 -
YUV 187.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 215 175 181 0 0.19 0.16 0.16 351 0.33 0.76
Hex D7 AF B5 0 13 10 10 15F 21 4C
Octal 327 257 265 0 23 20 20 537 41 114
Binary 11010111 10101111 10110101 0 10011 10000 10000 101011111 100001 1001100

Color Harmonies of #D7AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFB5

Black with #D7AFB5

Text Example


Text Example

White with #D7AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFB5; }

 p { color: rgb(215,175,181); }

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

background-color css

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

 a { background-color: rgb(215,175,181); }

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

border-color css

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

 span { border-color: rgb(215,175,181); }

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