#DEBAAE

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

Shades of Cavern Pink #DEBAAE

Tints of Cavern Pink #DEBAAE

Color information

#DEBAAE (or 0xDEBAAE) is unknown color: approx Cavern Pink. HEX triplet: DE, BA and AE. RGB value is (222,186,174). Sum of RGB (Red+Green+Blue) = 222+186+174=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAAE is #214551. Grayscale: #C3C3C3. Windows color (decimal): -2180434 or 11451102. OLE color: 11451102.

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

Color convert

RGB222186174-
CMYK00.160.220.13
HSL15º42.11%77.65%-
HSV(B)15º21.62%87.06%-
XYZ55.3253.747.49-
YUV195.4115.93146.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=38.14%
G=31.96%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218617400.160.220.131542.1177.65
HexDEBAAE01016Df2a4e
Octal33627225602026151752116
Binary11011110101110101010111001000010110110111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAAE; }

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

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

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

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

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

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

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

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