Html Css Color HEX #D9ACB8 Blossom

📋 copy color: '#D9ACB8'

red 217 ◦ green 172 ◦ blue 184

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

Shades of Blossom #D9ACB8

Tints of Blossom #D9ACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.11%

R = 37.87%
G = 30.02%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9ACB8 (or 0xD9ACB8) is known color: Blossom. HEX triplet: D9, AC and B8. RGB value is (217,172,184). Sum of RGB (Red+Green+Blue) = 217+172+184=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB8 is #265347. Grayscale: #BABABA. Windows color (decimal): -2511688 or 12102873. OLE color: 12102873.

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

Color convert

RGB 217 172 184 -
CMYK 0 0.21 0.15 0.15
HSL 344º 0.37% 0.76% -
HSV(B) 344º 0.21% 0.85% -
XYZ 52.02 47.72 51.82 -
YUV 186.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 217 172 184 0 0.21 0.15 0.15 344 0.37 0.76
Hex D9 AC B8 0 15 F F 158 25 4C
Octal 331 254 270 0 25 17 17 530 45 114
Binary 11011001 10101100 10111000 0 10101 1111 1111 101011000 100101 1001100

Color Harmonies of #D9ACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACB8

Black with #D9ACB8

Text Example


Text Example

White with #D9ACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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