Html Css Color HEX #DEACB9 Blossom

📋 copy color: '#DEACB9'

red 222 ◦ green 172 ◦ blue 185

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

Shades of Blossom #DEACB9

Tints of Blossom #DEACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.95%

R = 38.34%
G = 29.71%
B = 31.95%

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

#DEACB9 (or 0xDEACB9) is known color: Blossom. HEX triplet: DE, AC and B9. RGB value is (222,172,185). Sum of RGB (Red+Green+Blue) = 222+172+185=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACB9 is #215346. Grayscale: #BCBCBC. Windows color (decimal): -2184007 or 12168414. OLE color: 12168414.

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

Color convert

RGB 222 172 185 -
CMYK 0 0.23 0.17 0.13
HSL 344.4º 0.43% 0.77% -
HSV(B) 344.4º 0.23% 0.87% -
XYZ 53.63 48.54 52.44 -
YUV 188.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 222 172 185 0 0.23 0.17 0.13 344.4 0.43 0.77
Hex DE AC B9 0 17 11 D 158 2B 4D
Octal 336 254 271 0 27 21 15 530 53 115
Binary 11011110 10101100 10111001 0 10111 10001 1101 101011000 101011 1001101

Color Harmonies of #DEACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACB9

Black with #DEACB9

Text Example


Text Example

White with #DEACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACB9; }

 p { color: rgb(222,172,185); }

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

background-color css

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

 a { background-color: rgb(222,172,185); }

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

border-color css

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

 span { border-color: rgb(222,172,185); }

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