Html Css Color HEX #DEA9B2 Blossom

📋 copy color: '#DEA9B2'

red 222 ◦ green 169 ◦ blue 178

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

Shades of Blossom #DEA9B2

Tints of Blossom #DEA9B2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.7%

 BLUE value IS 178 (69.92% from 255) = 31.28%

R = 39.02%
G = 29.7%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEA9B2 (or 0xDEA9B2) is known color: Blossom. HEX triplet: DE, A9 and B2. RGB value is (222,169,178). Sum of RGB (Red+Green+Blue) = 222+169+178=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9B2 is #21564D. Grayscale: #B9B9B9. Windows color (decimal): -2184782 or 11708894. OLE color: 11708894.

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

Color convert

RGB 222 169 178 -
CMYK 0 0.24 0.20 0.13
HSL 349.81º 0.45% 0.77% -
HSV(B) 349.81º 0.24% 0.87% -
XYZ 52.35 47.12 48.46 -
YUV 185.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 222 169 178 0 0.24 0.20 0.13 349.81 0.45 0.77
Hex DE A9 B2 0 18 14 D 15E 2D 4D
Octal 336 251 262 0 30 24 15 536 55 115
Binary 11011110 10101001 10110010 0 11000 10100 1101 101011110 101101 1001101

Color Harmonies of #DEA9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9B2

Black with #DEA9B2

Text Example


Text Example

White with #DEA9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9B2; }

 p { color: rgb(222,169,178); }

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

background-color css

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

 a { background-color: rgb(222,169,178); }

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

border-color css

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

 span { border-color: rgb(222,169,178); }

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