Html Css Color HEX #D8ADB3 Blossom

📋 copy color: '#D8ADB3'

red 216 ◦ green 173 ◦ blue 179

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

Shades of Blossom #D8ADB3

Tints of Blossom #D8ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 38.03%
G = 30.46%
B = 31.51%

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

#D8ADB3 (or 0xD8ADB3) is known color: Blossom. HEX triplet: D8, AD and B3. RGB value is (216,173,179). Sum of RGB (Red+Green+Blue) = 216+173+179=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB3 is #27524C. Grayscale: #BABABA. Windows color (decimal): -2576973 or 11775448. OLE color: 11775448.

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

Color convert

RGB 216 173 179 -
CMYK 0 0.20 0.17 0.15
HSL 351.63º 0.36% 0.76% -
HSV(B) 351.63º 0.2% 0.85% -
XYZ 51.4 47.74 49.15 -
YUV 186.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 216 173 179 0 0.20 0.17 0.15 351.63 0.36 0.76
Hex D8 AD B3 0 14 11 F 160 24 4C
Octal 330 255 263 0 24 21 17 540 44 114
Binary 11011000 10101101 10110011 0 10100 10001 1111 101100000 100100 1001100

Color Harmonies of #D8ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADB3

Black with #D8ADB3

Text Example


Text Example

White with #D8ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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