Html Css Color HEX #D4AFB7 Blossom

📋 copy color: '#D4AFB7'

red 212 ◦ green 175 ◦ blue 183

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

Shades of Blossom #D4AFB7

Tints of Blossom #D4AFB7

RGB

 RED value IS 212 (83.2% from 255) = 37.19%

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

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

R = 37.19%
G = 30.7%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D4AFB7 (or 0xD4AFB7) is known color: Blossom. HEX triplet: D4, AF and B7. RGB value is (212,175,183). Sum of RGB (Red+Green+Blue) = 212+175+183=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFB7 is #2B5048. Grayscale: #BABABA. Windows color (decimal): -2838601 or 12038100. OLE color: 12038100.

HSL color Cylindrical-coordinate representation of color #D4AFB7: hue angle of 347.03º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4AFB7 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 183 -
CMYK 0 0.17 0.14 0.17
HSL 347.03º 0.3% 0.76% -
HSV(B) 347.03º 0.17% 0.83% -
XYZ 51.03 48.08 51.39 -
YUV 186.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 212 175 183 0 0.17 0.14 0.17 347.03 0.3 0.76
Hex D4 AF B7 0 11 E 11 15B 1E 4C
Octal 324 257 267 0 21 16 21 533 36 114
Binary 11010100 10101111 10110111 0 10001 1110 10001 101011011 11110 1001100

Color Harmonies of #D4AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFB7

Black with #D4AFB7

Text Example


Text Example

White with #D4AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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