Html Css Color HEX #D9ACB7 Blossom

📋 copy color: '#D9ACB7'

red 217 ◦ green 172 ◦ blue 183

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

Shades of Blossom #D9ACB7

Tints of Blossom #D9ACB7

RGB

 RED value IS 217 (85.16% from 255) = 37.94%

 GREEN value IS 172 (67.58% from 255) = 30.07%

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

R = 37.94%
G = 30.07%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9ACB7 (or 0xD9ACB7) is known color: Blossom. HEX triplet: D9, AC and B7. RGB value is (217,172,183). Sum of RGB (Red+Green+Blue) = 217+172+183=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB7 is #265348. Grayscale: #BABABA. Windows color (decimal): -2511689 or 12037337. OLE color: 12037337.

HSL color Cylindrical-coordinate representation of color #D9ACB7: hue angle of 345.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACB7 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 183 -
CMYK 0 0.21 0.16 0.15
HSL 345.33º 0.37% 0.76% -
HSV(B) 345.33º 0.21% 0.85% -
XYZ 51.92 47.68 51.27 -
YUV 186.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 217 172 183 0 0.21 0.16 0.15 345.33 0.37 0.76
Hex D9 AC B7 0 15 10 F 159 25 4C
Octal 331 254 267 0 25 20 17 531 45 114
Binary 11011001 10101100 10110111 0 10101 10000 1111 101011001 100101 1001100

Color Harmonies of #D9ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACB7

Black with #D9ACB7

Text Example


Text Example

White with #D9ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACB7; }

 p { color: rgb(217,172,183); }

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

background-color css

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

 a { background-color: rgb(217,172,183); }

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

border-color css

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

 span { border-color: rgb(217,172,183); }

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