Html Css Color HEX #D9ADB8 Blossom

📋 copy color: '#D9ADB8'

red 217 ◦ green 173 ◦ blue 184

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

Shades of Blossom #D9ADB8

Tints of Blossom #D9ADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.06%

R = 37.8%
G = 30.14%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9ADB8 (or 0xD9ADB8) is known color: Blossom. HEX triplet: D9, AD and B8. RGB value is (217,173,184). Sum of RGB (Red+Green+Blue) = 217+173+184=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADB8 is #265247. Grayscale: #BBBBBB. Windows color (decimal): -2511432 or 12103129. OLE color: 12103129.

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

Color convert

RGB 217 173 184 -
CMYK 0 0.20 0.15 0.15
HSL 345º 0.37% 0.76% -
HSV(B) 345º 0.2% 0.85% -
XYZ 52.21 48.1 51.88 -
YUV 187.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 217 173 184 0 0.20 0.15 0.15 345 0.37 0.76
Hex D9 AD B8 0 14 F F 159 25 4C
Octal 331 255 270 0 24 17 17 531 45 114
Binary 11011001 10101101 10111000 0 10100 1111 1111 101011001 100101 1001100

Color Harmonies of #D9ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADB8

Black with #D9ADB8

Text Example


Text Example

White with #D9ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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