Html Css Color HEX #D9ADB4 Blossom

📋 copy color: '#D9ADB4'

red 217 ◦ green 173 ◦ blue 180

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

Shades of Blossom #D9ADB4

Tints of Blossom #D9ADB4

RGB

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

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

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

R = 38.07%
G = 30.35%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9ADB4 (or 0xD9ADB4) is known color: Blossom. HEX triplet: D9, AD and B4. RGB value is (217,173,180). Sum of RGB (Red+Green+Blue) = 217+173+180=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADB4 is #26524B. Grayscale: #BABABA. Windows color (decimal): -2511436 or 11840985. OLE color: 11840985.

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

Color convert

RGB 217 173 180 -
CMYK 0 0.20 0.17 0.15
HSL 350.45º 0.37% 0.76% -
HSV(B) 350.45º 0.2% 0.85% -
XYZ 51.8 47.93 49.7 -
YUV 186.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 217 173 180 0 0.20 0.17 0.15 350.45 0.37 0.76
Hex D9 AD B4 0 14 11 F 15E 25 4C
Octal 331 255 264 0 24 21 17 536 45 114
Binary 11011001 10101101 10110100 0 10100 10001 1111 101011110 100101 1001100

Color Harmonies of #D9ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADB4

Black with #D9ADB4

Text Example


Text Example

White with #D9ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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