Html Css Color HEX #D8ADB5 Blossom

📋 copy color: '#D8ADB5'

red 216 ◦ green 173 ◦ blue 181

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

Shades of Blossom #D8ADB5

Tints of Blossom #D8ADB5

RGB

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

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

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

R = 37.89%
G = 30.35%
B = 31.75%

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

#D8ADB5 (or 0xD8ADB5) is known color: Blossom. HEX triplet: D8, AD and B5. RGB value is (216,173,181). Sum of RGB (Red+Green+Blue) = 216+173+181=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB5 is #27524A. Grayscale: #BABABA. Windows color (decimal): -2576971 or 11906520. OLE color: 11906520.

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

Color convert

RGB 216 173 181 -
CMYK 0 0.20 0.16 0.15
HSL 348.84º 0.36% 0.76% -
HSV(B) 348.84º 0.2% 0.85% -
XYZ 51.6 47.82 50.23 -
YUV 186.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 216 173 181 0 0.20 0.16 0.15 348.84 0.36 0.76
Hex D8 AD B5 0 14 10 F 15D 24 4C
Octal 330 255 265 0 24 20 17 535 44 114
Binary 11011000 10101101 10110101 0 10100 10000 1111 101011101 100100 1001100

Color Harmonies of #D8ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADB5

Black with #D8ADB5

Text Example


Text Example

White with #D8ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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