#DEBCBC

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

Shades of Cavern Pink #DEBCBC

Tints of Cavern Pink #DEBCBC

Color information

#DEBCBC (or 0xDEBCBC) is unknown color: approx Cavern Pink. HEX triplet: DE, BC and BC. RGB value is (222,188,188). Sum of RGB (Red+Green+Blue) = 222+188+188=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCBC is #214343. Grayscale: #C6C6C6. Windows color (decimal): -2179908 or 12369118. OLE color: 12369118.

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

Color convert

RGB222188188-
CMYK00.150.150.13
HSL34%80.39%-
HSV(B)15.32%87.06%-
XYZ57.1855.1355.2-
YUV198.17122.26145-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 188 (73.83% from 255) = 31.44%
R=37.12%
G=31.44%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218818800.150.150.1303480.39
HexDEBCBC0FFD02250
Octal3362742740171715042120
Binary110111101011110010111100011111111110101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCBC; }

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

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

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

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

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

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

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

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