Html Css Color HEX #D9A9B4 Blossom

📋 copy color: '#D9A9B4'

red 217 ◦ green 169 ◦ blue 180

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

Shades of Blossom #D9A9B4

Tints of Blossom #D9A9B4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.86%

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 38.34%
G = 29.86%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9A9B4 (or 0xD9A9B4) is known color: Blossom. HEX triplet: D9, A9 and B4. RGB value is (217,169,180). Sum of RGB (Red+Green+Blue) = 217+169+180=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9B4 is #26564B. Grayscale: #B8B8B8. Windows color (decimal): -2512460 or 11839961. OLE color: 11839961.

HSL color Cylindrical-coordinate representation of color #D9A9B4: hue angle of 346.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9B4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 180 -
CMYK 0 0.22 0.17 0.15
HSL 346.25º 0.39% 0.76% -
HSV(B) 346.25º 0.22% 0.85% -
XYZ 51.04 46.42 49.45 -
YUV 184.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 217 169 180 0 0.22 0.17 0.15 346.25 0.39 0.76
Hex D9 A9 B4 0 16 11 F 15A 27 4C
Octal 331 251 264 0 26 21 17 532 47 114
Binary 11011001 10101001 10110100 0 10110 10001 1111 101011010 100111 1001100

Color Harmonies of #D9A9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9B4

Black with #D9A9B4

Text Example


Text Example

White with #D9A9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9B4; }

 p { color: rgb(217,169,180); }

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

background-color css

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

 a { background-color: rgb(217,169,180); }

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

border-color css

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

 span { border-color: rgb(217,169,180); }

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