Html Css Color HEX #D9ACB5 Blossom

📋 copy color: '#D9ACB5'

red 217 ◦ green 172 ◦ blue 181

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

Shades of Blossom #D9ACB5

Tints of Blossom #D9ACB5

RGB

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

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

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

R = 38.07%
G = 30.18%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9ACB5 (or 0xD9ACB5) is known color: Blossom. HEX triplet: D9, AC and B5. RGB value is (217,172,181). Sum of RGB (Red+Green+Blue) = 217+172+181=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB5 is #26534A. Grayscale: #BABABA. Windows color (decimal): -2511691 or 11906265. OLE color: 11906265.

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

Color convert

RGB 217 172 181 -
CMYK 0 0.21 0.17 0.15
HSL 348º 0.37% 0.76% -
HSV(B) 348º 0.21% 0.85% -
XYZ 51.71 47.59 50.18 -
YUV 186.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 217 172 181 0 0.21 0.17 0.15 348 0.37 0.76
Hex D9 AC B5 0 15 11 F 15C 25 4C
Octal 331 254 265 0 25 21 17 534 45 114
Binary 11011001 10101100 10110101 0 10101 10001 1111 101011100 100101 1001100

Color Harmonies of #D9ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACB5

Black with #D9ACB5

Text Example


Text Example

White with #D9ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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