Html Css Color HEX #D7AFB7 Blossom

📋 copy color: '#D7AFB7'

red 215 ◦ green 175 ◦ blue 183

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

Shades of Blossom #D7AFB7

Tints of Blossom #D7AFB7

RGB

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

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

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

R = 37.52%
G = 30.54%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D7AFB7 (or 0xD7AFB7) is known color: Blossom. HEX triplet: D7, AF and B7. RGB value is (215,175,183). Sum of RGB (Red+Green+Blue) = 215+175+183=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFB7 is #285048. Grayscale: #BBBBBB. Windows color (decimal): -2641993 or 12038103. OLE color: 12038103.

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

Color convert

RGB 215 175 183 -
CMYK 0 0.19 0.15 0.16
HSL 348º 0.33% 0.76% -
HSV(B) 348º 0.19% 0.84% -
XYZ 51.9 48.53 51.43 -
YUV 187.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 215 175 183 0 0.19 0.15 0.16 348 0.33 0.76
Hex D7 AF B7 0 13 F 10 15C 21 4C
Octal 327 257 267 0 23 17 20 534 41 114
Binary 11010111 10101111 10110111 0 10011 1111 10000 101011100 100001 1001100

Color Harmonies of #D7AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFB7

Black with #D7AFB7

Text Example


Text Example

White with #D7AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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