Html Css Color HEX #D9ACB3 Blossom

📋 copy color: '#D9ACB3'

red 217 ◦ green 172 ◦ blue 179

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

Shades of Blossom #D9ACB3

Tints of Blossom #D9ACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 38.2%
G = 30.28%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9ACB3 (or 0xD9ACB3) is known color: Blossom. HEX triplet: D9, AC and B3. RGB value is (217,172,179). Sum of RGB (Red+Green+Blue) = 217+172+179=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB3 is #26534C. Grayscale: #BABABA. Windows color (decimal): -2511693 or 11775193. OLE color: 11775193.

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

Color convert

RGB 217 172 179 -
CMYK 0 0.21 0.18 0.15
HSL 350.67º 0.37% 0.76% -
HSV(B) 350.67º 0.21% 0.85% -
XYZ 51.5 47.51 49.1 -
YUV 186.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 217 172 179 0 0.21 0.18 0.15 350.67 0.37 0.76
Hex D9 AC B3 0 15 12 F 15F 25 4C
Octal 331 254 263 0 25 22 17 537 45 114
Binary 11011001 10101100 10110011 0 10101 10010 1111 101011111 100101 1001100

Color Harmonies of #D9ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACB3

Black with #D9ACB3

Text Example


Text Example

White with #D9ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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