Html Css Color HEX #D8ADB6 Blossom

📋 copy color: '#D8ADB6'

red 216 ◦ green 173 ◦ blue 182

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

Shades of Blossom #D8ADB6

Tints of Blossom #D8ADB6

RGB

 RED value IS 216 (84.77% from 255) = 37.83%

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

 BLUE value IS 182 (71.48% from 255) = 31.87%

R = 37.83%
G = 30.3%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D8ADB6 (or 0xD8ADB6) is known color: Blossom. HEX triplet: D8, AD and B6. RGB value is (216,173,182). Sum of RGB (Red+Green+Blue) = 216+173+182=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB6 is #275249. Grayscale: #BABABA. Windows color (decimal): -2576970 or 11972056. OLE color: 11972056.

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

Color convert

RGB 216 173 182 -
CMYK 0 0.20 0.16 0.15
HSL 347.44º 0.36% 0.76% -
HSV(B) 347.44º 0.2% 0.85% -
XYZ 51.71 47.86 50.77 -
YUV 186.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 216 173 182 0 0.20 0.16 0.15 347.44 0.36 0.76
Hex D8 AD B6 0 14 10 F 15B 24 4C
Octal 330 255 266 0 24 20 17 533 44 114
Binary 11011000 10101101 10110110 0 10100 10000 1111 101011011 100100 1001100

Color Harmonies of #D8ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADB6

Black with #D8ADB6

Text Example


Text Example

White with #D8ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADB6; }

 p { color: rgb(216,173,182); }

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

background-color css

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

 a { background-color: rgb(216,173,182); }

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

border-color css

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

 span { border-color: rgb(216,173,182); }

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