Html Css Color HEX #D9ACB2 Blossom

📋 copy color: '#D9ACB2'

red 217 ◦ green 172 ◦ blue 178

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

Shades of Blossom #D9ACB2

Tints of Blossom #D9ACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 38.27%
G = 30.34%
B = 31.39%

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

#D9ACB2 (or 0xD9ACB2) is known color: Blossom. HEX triplet: D9, AC and B2. RGB value is (217,172,178). Sum of RGB (Red+Green+Blue) = 217+172+178=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ACB2 is #26534D. Grayscale: #BABABA. Windows color (decimal): -2511694 or 11709657. OLE color: 11709657.

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

Color convert

RGB 217 172 178 -
CMYK 0 0.21 0.18 0.15
HSL 352º 0.37% 0.76% -
HSV(B) 352º 0.21% 0.85% -
XYZ 51.4 47.47 48.57 -
YUV 186.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 217 172 178 0 0.21 0.18 0.15 352 0.37 0.76
Hex D9 AC B2 0 15 12 F 160 25 4C
Octal 331 254 262 0 25 22 17 540 45 114
Binary 11011001 10101100 10110010 0 10101 10010 1111 101100000 100101 1001100

Color Harmonies of #D9ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACB2

Black with #D9ACB2

Text Example


Text Example

White with #D9ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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