Html Css Color HEX #D8ACB5 Blossom

📋 copy color: '#D8ACB5'

red 216 ◦ green 172 ◦ blue 181

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

Shades of Blossom #D8ACB5

Tints of Blossom #D8ACB5

RGB

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

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

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

R = 37.96%
G = 30.23%
B = 31.81%

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

#D8ACB5 (or 0xD8ACB5) is known color: Blossom. HEX triplet: D8, AC and B5. RGB value is (216,172,181). Sum of RGB (Red+Green+Blue) = 216+172+181=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACB5 is #27534A. Grayscale: #BABABA. Windows color (decimal): -2577227 or 11906264. OLE color: 11906264.

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

Color convert

RGB 216 172 181 -
CMYK 0 0.20 0.16 0.15
HSL 347.73º 0.36% 0.76% -
HSV(B) 347.73º 0.2% 0.85% -
XYZ 51.41 47.44 50.16 -
YUV 186.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 216 172 181 0 0.20 0.16 0.15 347.73 0.36 0.76
Hex D8 AC B5 0 14 10 F 15C 24 4C
Octal 330 254 265 0 24 20 17 534 44 114
Binary 11011000 10101100 10110101 0 10100 10000 1111 101011100 100100 1001100

Color Harmonies of #D8ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACB5

Black with #D8ACB5

Text Example


Text Example

White with #D8ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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