Html Css Color HEX #D9A9B3 Blossom

📋 copy color: '#D9A9B3'

red 217 ◦ green 169 ◦ blue 179

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

Shades of Blossom #D9A9B3

Tints of Blossom #D9A9B3

RGB

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

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

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

R = 38.41%
G = 29.91%
B = 31.68%

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

#D9A9B3 (or 0xD9A9B3) is known color: Blossom. HEX triplet: D9, A9 and B3. RGB value is (217,169,179). Sum of RGB (Red+Green+Blue) = 217+169+179=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9B3 is #26564C. Grayscale: #B8B8B8. Windows color (decimal): -2512461 or 11774425. OLE color: 11774425.

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

Color convert

RGB 217 169 179 -
CMYK 0 0.22 0.18 0.15
HSL 347.5º 0.39% 0.76% -
HSV(B) 347.5º 0.22% 0.85% -
XYZ 50.94 46.38 48.92 -
YUV 184.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 217 169 179 0 0.22 0.18 0.15 347.5 0.39 0.76
Hex D9 A9 B3 0 16 12 F 15C 27 4C
Octal 331 251 263 0 26 22 17 534 47 114
Binary 11011001 10101001 10110011 0 10110 10010 1111 101011100 100111 1001100

Color Harmonies of #D9A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9B3

Black with #D9A9B3

Text Example


Text Example

White with #D9A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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