#DEA5BB

Color #DEA5BB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DEA5BB

Tints of Shocking #DEA5BB

Color information

#DEA5BB (or 0xDEA5BB) is unknown color: approx Shocking. HEX triplet: DE, A5 and BB. RGB value is (222,165,187). Sum of RGB (Red+Green+Blue) = 222+165+187=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5BB is #215A44. Grayscale: #B8B8B8. Windows color (decimal): -2185797 or 12297694. OLE color: 12297694.

HSL color Cylindrical-coordinate representation of color #DEA5BB: hue angle of 336.84º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA5BB is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222165187-
CMYK00.260.160.13
HSL336.84º46.34%75.88%-
HSV(B)336.84º25.68%87.06%-
XYZ52.5546.0353.13-
YUV184.55129.38154.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=38.68%
G=28.75%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216518700.260.160.13336.8446.3475.88
HexDEA5BB01A10D1512e4c
Octal336245273032201552156114
Binary1101111010100101101110110110101000011011010100011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5BB; }

 p { color: rgb(222,165,187); }

 H1.HeaderClassName
 {
   color: #DEA5BB;
 }
 .AnyTagClassName
 {
   color: #DEA5BB;
 }
</style>
background-color css

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

 a { background-color: rgb(222,165,187); }

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

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

 span { border-color: rgb(222,165,187); }

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