#DEBCB4

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

Shades of Cavern Pink #DEBCB4

Tints of Cavern Pink #DEBCB4

Color information

#DEBCB4 (or 0xDEBCB4) is unknown color: approx Cavern Pink. HEX triplet: DE, BC and B4. RGB value is (222,188,180). Sum of RGB (Red+Green+Blue) = 222+188+180=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCB4 is #21434B. Grayscale: #C5C5C5. Windows color (decimal): -2179916 or 11844830. OLE color: 11844830.

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

Color convert

RGB222188180-
CMYK00.150.190.13
HSL11.43º38.89%78.82%-
HSV(B)11.43º18.92%87.06%-
XYZ56.3554.7950.79-
YUV197.25118.26145.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=37.63%
G=31.86%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218818000.150.190.1311.4338.8978.82
HexDEBCB40F13Db274f
Octal33627426401723151347117
Binary1101111010111100101101000111110011110110111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCB4; }

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

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

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

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

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

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

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

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