Html Css Color HEX #D9ABB6 Blossom

📋 copy color: '#D9ABB6'

red 217 ◦ green 171 ◦ blue 182

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

Shades of Blossom #D9ABB6

Tints of Blossom #D9ABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30%

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

R = 38.07%
G = 30%
B = 31.93%

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

#D9ABB6 (or 0xD9ABB6) is known color: Blossom. HEX triplet: D9, AB and B6. RGB value is (217,171,182). Sum of RGB (Red+Green+Blue) = 217+171+182=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABB6 is #265449. Grayscale: #BABABA. Windows color (decimal): -2511946 or 11971545. OLE color: 11971545.

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

Color convert

RGB 217 171 182 -
CMYK 0 0.21 0.16 0.15
HSL 345.65º 0.38% 0.76% -
HSV(B) 345.65º 0.21% 0.85% -
XYZ 51.62 47.25 50.66 -
YUV 186.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 217 171 182 0 0.21 0.16 0.15 345.65 0.38 0.76
Hex D9 AB B6 0 15 10 F 15A 26 4C
Octal 331 253 266 0 25 20 17 532 46 114
Binary 11011001 10101011 10110110 0 10101 10000 1111 101011010 100110 1001100

Color Harmonies of #D9ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABB6

Black with #D9ABB6

Text Example


Text Example

White with #D9ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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