Html Css Color HEX #DEAAB8 Blossom

📋 copy color: '#DEAAB8'

red 222 ◦ green 170 ◦ blue 184

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

Shades of Blossom #DEAAB8

Tints of Blossom #DEAAB8

RGB

 RED value IS 222 (87.11% from 255) = 38.54%

 GREEN value IS 170 (66.8% from 255) = 29.51%

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

R = 38.54%
G = 29.51%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEAAB8 (or 0xDEAAB8) is known color: Blossom. HEX triplet: DE, AA and B8. RGB value is (222,170,184). Sum of RGB (Red+Green+Blue) = 222+170+184=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAB8 is #215547. Grayscale: #BBBBBB. Windows color (decimal): -2184520 or 12102366. OLE color: 12102366.

HSL color Cylindrical-coordinate representation of color #DEAAB8: hue angle of 343.85º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAAB8 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 184 -
CMYK 0 0.23 0.17 0.13
HSL 343.85º 0.44% 0.77% -
HSV(B) 343.85º 0.23% 0.87% -
XYZ 53.15 47.74 51.76 -
YUV 187.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 222 170 184 0 0.23 0.17 0.13 343.85 0.44 0.77
Hex DE AA B8 0 17 11 D 158 2C 4D
Octal 336 252 270 0 27 21 15 530 54 115
Binary 11011110 10101010 10111000 0 10111 10001 1101 101011000 101100 1001101

Color Harmonies of #DEAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAB8

Black with #DEAAB8

Text Example


Text Example

White with #DEAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAB8; }

 p { color: rgb(222,170,184); }

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

background-color css

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

 a { background-color: rgb(222,170,184); }

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

border-color css

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

 span { border-color: rgb(222,170,184); }

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