Html Css Color HEX #D9ADB3 Blossom

📋 copy color: '#D9ADB3'

red 217 ◦ green 173 ◦ blue 179

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

Shades of Blossom #D9ADB3

Tints of Blossom #D9ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.4%

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

R = 38.14%
G = 30.4%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9ADB3 (or 0xD9ADB3) is known color: Blossom. HEX triplet: D9, AD and B3. RGB value is (217,173,179). Sum of RGB (Red+Green+Blue) = 217+173+179=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADB3 is #26524C. Grayscale: #BABABA. Windows color (decimal): -2511437 or 11775449. OLE color: 11775449.

HSL color Cylindrical-coordinate representation of color #D9ADB3: hue angle of 351.82º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADB3 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 179 -
CMYK 0 0.20 0.18 0.15
HSL 351.82º 0.37% 0.76% -
HSV(B) 351.82º 0.2% 0.85% -
XYZ 51.7 47.89 49.17 -
YUV 186.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 217 173 179 0 0.20 0.18 0.15 351.82 0.37 0.76
Hex D9 AD B3 0 14 12 F 160 25 4C
Octal 331 255 263 0 24 22 17 540 45 114
Binary 11011001 10101101 10110011 0 10100 10010 1111 101100000 100101 1001100

Color Harmonies of #D9ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADB3

Black with #D9ADB3

Text Example


Text Example

White with #D9ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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