#D8ADB7

Color #D8ADB7 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #D8ADB7

Tints of Blossom #D8ADB7

Color information

#D8ADB7 (or 0xD8ADB7) is unknown color: approx Blossom. HEX triplet: D8, AD and B7. RGB value is (216,173,183). Sum of RGB (Red+Green+Blue) = 216+173+183=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB7 is #275248. Grayscale: #BBBBBB. Windows color (decimal): -2576969 or 12037592. OLE color: 12037592.

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

Color convert

RGB216173183-
CMYK00.200.150.15
HSL346.05º35.54%76.27%-
HSV(B)346.05º19.91%84.71%-
XYZ51.8147.951.32-
YUV187125.75148.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=37.76%
G=30.24%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617318300.200.150.15346.0535.5476.27
HexD8ADB7014FF15a244c
Octal330255267024171753244114
Binary110110001010110110110111010100111111111010110101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADB7; }

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

 H1.HeaderClassName
 {
   color: #D8ADB7;
 }
 .AnyTagClassName
 {
   color: #D8ADB7;
 }
</style>
background-color css

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

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

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

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

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

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