Html Css Color HEX #D9A9B2 Blossom

📋 copy color: '#D9A9B2'

red 217 ◦ green 169 ◦ blue 178

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

Shades of Blossom #D9A9B2

Tints of Blossom #D9A9B2

RGB

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

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

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

R = 38.48%
G = 29.96%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9A9B2 (or 0xD9A9B2) is known color: Blossom. HEX triplet: D9, A9 and B2. RGB value is (217,169,178). Sum of RGB (Red+Green+Blue) = 217+169+178=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A9B2 is #26564D. Grayscale: #B8B8B8. Windows color (decimal): -2512462 or 11708889. OLE color: 11708889.

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

Color convert

RGB 217 169 178 -
CMYK 0 0.22 0.18 0.15
HSL 348.75º 0.39% 0.76% -
HSV(B) 348.75º 0.22% 0.85% -
XYZ 50.84 46.34 48.38 -
YUV 184.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 217 169 178 0 0.22 0.18 0.15 348.75 0.39 0.76
Hex D9 A9 B2 0 16 12 F 15D 27 4C
Octal 331 251 262 0 26 22 17 535 47 114
Binary 11011001 10101001 10110010 0 10110 10010 1111 101011101 100111 1001100

Color Harmonies of #D9A9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9B2

Black with #D9A9B2

Text Example


Text Example

White with #D9A9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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