Html Css Color HEX #D8ACB7 Blossom

📋 copy color: '#D8ACB7'

red 216 ◦ green 172 ◦ blue 183

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

Shades of Blossom #D8ACB7

Tints of Blossom #D8ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.12%

 BLUE value IS 183 (71.88% from 255) = 32.05%

R = 37.83%
G = 30.12%
B = 32.05%

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

#D8ACB7 (or 0xD8ACB7) is known color: Blossom. HEX triplet: D8, AC and B7. RGB value is (216,172,183). Sum of RGB (Red+Green+Blue) = 216+172+183=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACB7 is #275348. Grayscale: #BABABA. Windows color (decimal): -2577225 or 12037336. OLE color: 12037336.

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

Color convert

RGB 216 172 183 -
CMYK 0 0.20 0.15 0.15
HSL 345º 0.36% 0.76% -
HSV(B) 345º 0.2% 0.85% -
XYZ 51.62 47.52 51.25 -
YUV 186.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 216 172 183 0 0.20 0.15 0.15 345 0.36 0.76
Hex D8 AC B7 0 14 F F 159 24 4C
Octal 330 254 267 0 24 17 17 531 44 114
Binary 11011000 10101100 10110111 0 10100 1111 1111 101011001 100100 1001100

Color Harmonies of #D8ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACB7

Black with #D8ACB7

Text Example


Text Example

White with #D8ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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