Html Css Color HEX #DEAAB4 Blossom

📋 copy color: '#DEAAB4'

red 222 ◦ green 170 ◦ blue 180

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

Shades of Blossom #DEAAB4

Tints of Blossom #DEAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.47%

R = 38.81%
G = 29.72%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DEAAB4 (or 0xDEAAB4) is known color: Blossom. HEX triplet: DE, AA and B4. RGB value is (222,170,180). Sum of RGB (Red+Green+Blue) = 222+170+180=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAB4 is #21554B. Grayscale: #BABABA. Windows color (decimal): -2184524 or 11840222. OLE color: 11840222.

HSL color Cylindrical-coordinate representation of color #DEAAB4: hue angle of 348.46º 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 #DEAAB4 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 180 -
CMYK 0 0.23 0.19 0.13
HSL 348.46º 0.44% 0.77% -
HSV(B) 348.46º 0.23% 0.87% -
XYZ 52.74 47.57 49.58 -
YUV 186.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 222 170 180 0 0.23 0.19 0.13 348.46 0.44 0.77
Hex DE AA B4 0 17 13 D 15C 2C 4D
Octal 336 252 264 0 27 23 15 534 54 115
Binary 11011110 10101010 10110100 0 10111 10011 1101 101011100 101100 1001101

Color Harmonies of #DEAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAB4

Black with #DEAAB4

Text Example


Text Example

White with #DEAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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