#DEAEAE

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

Shades of Cavern Pink #DEAEAE

Tints of Cavern Pink #DEAEAE

Color information

#DEAEAE (or 0xDEAEAE) is unknown color: approx Cavern Pink. HEX triplet: DE, AE and AE. RGB value is (222,174,174). Sum of RGB (Red+Green+Blue) = 222+174+174=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAEAE is #215151. Grayscale: #BCBCBC. Windows color (decimal): -2183506 or 11448030. OLE color: 11448030.

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

Color convert

RGB222174174-
CMYK00.220.220.13
HSL42.11%77.65%-
HSV(B)21.62%87.06%-
XYZ52.948.8646.69-
YUV188.35119.9152-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=38.95%
G=30.53%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217417400.220.220.13042.1177.65
HexDEAEAE01616D02a4e
Octal3362562560262615052116
Binary11011110101011101010111001011010110110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEAE; }

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

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

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

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

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

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

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

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