Html Css Color HEX #D8AEB8 Blossom

📋 copy color: '#D8AEB8'

red 216 ◦ green 174 ◦ blue 184

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

Shades of Blossom #D8AEB8

Tints of Blossom #D8AEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.31%

 BLUE value IS 184 (72.27% from 255) = 32.06%

R = 37.63%
G = 30.31%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D8AEB8 (or 0xD8AEB8) is known color: Blossom. HEX triplet: D8, AE and B8. RGB value is (216,174,184). Sum of RGB (Red+Green+Blue) = 216+174+184=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEB8 is #275147. Grayscale: #BBBBBB. Windows color (decimal): -2576712 or 12103384. OLE color: 12103384.

HSL color Cylindrical-coordinate representation of color #D8AEB8: hue angle of 345.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AEB8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 184 -
CMYK 0 0.19 0.15 0.15
HSL 345.71º 0.35% 0.76% -
HSV(B) 345.71º 0.19% 0.85% -
XYZ 52.11 48.33 51.93 -
YUV 187.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 216 174 184 0 0.19 0.15 0.15 345.71 0.35 0.76
Hex D8 AE B8 0 13 F F 15A 23 4C
Octal 330 256 270 0 23 17 17 532 43 114
Binary 11011000 10101110 10111000 0 10011 1111 1111 101011010 100011 1001100

Color Harmonies of #D8AEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEB8

Black with #D8AEB8

Text Example


Text Example

White with #D8AEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEB8; }

 p { color: rgb(216,174,184); }

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

background-color css

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

 a { background-color: rgb(216,174,184); }

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

border-color css

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

 span { border-color: rgb(216,174,184); }

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