#DEAEAB

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

Shades of Cavern Pink #DEAEAB

Tints of Cavern Pink #DEAEAB

Color information

#DEAEAB (or 0xDEAEAB) is unknown color: approx Cavern Pink. HEX triplet: DE, AE and AB. RGB value is (222,174,171). Sum of RGB (Red+Green+Blue) = 222+174+171=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAEAB is #215154. Grayscale: #BCBCBC. Windows color (decimal): -2183509 or 11251422. OLE color: 11251422.

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

Color convert

RGB222174171-
CMYK00.220.230.13
HSL3.53º43.59%77.06%-
HSV(B)3.53º22.97%87.06%-
XYZ52.6148.7445.16-
YUV188.01118.4152.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=39.15%
G=30.69%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217417100.220.230.133.5343.5977.06
HexDEAEAB01617D42c4d
Octal3362562530262715454115
Binary1101111010101110101010110101101011111011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEAB; }

 p { color: rgb(222,174,171); }

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

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

 a { background-color: rgb(222,174,171); }

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

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

 span { border-color: rgb(222,174,171); }

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