Html Css Color HEX #D9ADB5 Blossom

📋 copy color: '#D9ADB5'

red 217 ◦ green 173 ◦ blue 181

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

Shades of Blossom #D9ADB5

Tints of Blossom #D9ADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.7%

R = 38%
G = 30.3%
B = 31.7%

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

#D9ADB5 (or 0xD9ADB5) is known color: Blossom. HEX triplet: D9, AD and B5. RGB value is (217,173,181). Sum of RGB (Red+Green+Blue) = 217+173+181=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADB5 is #26524A. Grayscale: #BBBBBB. Windows color (decimal): -2511435 or 11906521. OLE color: 11906521.

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

Color convert

RGB 217 173 181 -
CMYK 0 0.20 0.17 0.15
HSL 349.09º 0.37% 0.76% -
HSV(B) 349.09º 0.2% 0.85% -
XYZ 51.9 47.98 50.24 -
YUV 187.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 217 173 181 0 0.20 0.17 0.15 349.09 0.37 0.76
Hex D9 AD B5 0 14 11 F 15D 25 4C
Octal 331 255 265 0 24 21 17 535 45 114
Binary 11011001 10101101 10110101 0 10100 10001 1111 101011101 100101 1001100

Color Harmonies of #D9ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADB5

Black with #D9ADB5

Text Example


Text Example

White with #D9ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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