#DEBAB7

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

Shades of Cavern Pink #DEBAB7

Tints of Cavern Pink #DEBAB7

Color information

#DEBAB7 (or 0xDEBAB7) is unknown color: approx Cavern Pink. HEX triplet: DE, BA and B7. RGB value is (222,186,183). Sum of RGB (Red+Green+Blue) = 222+186+183=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAB7 is #214548. Grayscale: #C4C4C4. Windows color (decimal): -2180425 or 12040926. OLE color: 12040926.

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

Color convert

RGB222186183-
CMYK00.160.180.13
HSL4.62º37.14%79.41%-
HSV(B)4.62º17.57%87.06%-
XYZ56.2354.0752.27-
YUV196.42120.43146.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=37.56%
G=31.47%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218618300.160.180.134.6237.1479.41
HexDEBAB701012D5254f
Octal3362722670202215545117
Binary1101111010111010101101110100001001011011011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAB7; }

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

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

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

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

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

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

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

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