Html Css Color HEX #D9ACB6 Blossom

📋 copy color: '#D9ACB6'

red 217 ◦ green 172 ◦ blue 182

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

Shades of Blossom #D9ACB6

Tints of Blossom #D9ACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.87%

R = 38%
G = 30.12%
B = 31.87%

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

#D9ACB6 (or 0xD9ACB6) is known color: Blossom. HEX triplet: D9, AC and B6. RGB value is (217,172,182). Sum of RGB (Red+Green+Blue) = 217+172+182=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB6 is #265349. Grayscale: #BABABA. Windows color (decimal): -2511690 or 11971801. OLE color: 11971801.

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

Color convert

RGB 217 172 182 -
CMYK 0 0.21 0.16 0.15
HSL 346.67º 0.37% 0.76% -
HSV(B) 346.67º 0.21% 0.85% -
XYZ 51.81 47.63 50.72 -
YUV 186.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 217 172 182 0 0.21 0.16 0.15 346.67 0.37 0.76
Hex D9 AC B6 0 15 10 F 15B 25 4C
Octal 331 254 266 0 25 20 17 533 45 114
Binary 11011001 10101100 10110110 0 10101 10000 1111 101011011 100101 1001100

Color Harmonies of #D9ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACB6

Black with #D9ACB6

Text Example


Text Example

White with #D9ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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