#DEBFB6

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

Shades of Cavern Pink #DEBFB6

Tints of Cavern Pink #DEBFB6

Color information

#DEBFB6 (or 0xDEBFB6) is unknown color: approx Cavern Pink. HEX triplet: DE, BF and B6. RGB value is (222,191,182). Sum of RGB (Red+Green+Blue) = 222+191+182=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFB6 is #214049. Grayscale: #C7C7C7. Windows color (decimal): -2179146 or 11976670. OLE color: 11976670.

HSL color Cylindrical-coordinate representation of color #DEBFB6: hue angle of 13.5º degrees, saturation: 0.38, 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 #DEBFB6 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222191182-
CMYK00.140.180.13
HSL13.5º37.74%79.22%-
HSV(B)13.5º18.02%87.06%-
XYZ57.256.1752.08-
YUV199.24118.27144.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=37.31%
G=32.10%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219118200.140.180.1313.537.7479.22
HexDEBFB60E12De264f
Octal33627726601622151646117
Binary1101111010111111101101100111010010110111101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFB6; }

 p { color: rgb(222,191,182); }

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

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

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

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

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

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

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