#DEBEBE

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

Shades of Cavern Pink #DEBEBE

Tints of Cavern Pink #DEBEBE

Color information

#DEBEBE (or 0xDEBEBE) is unknown color: approx Cavern Pink. HEX triplet: DE, BE and BE. RGB value is (222,190,190). Sum of RGB (Red+Green+Blue) = 222+190+190=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEBE is #214141. Grayscale: #C7C7C7. Windows color (decimal): -2179394 or 12500702. OLE color: 12500702.

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

Color convert

RGB222190190-
CMYK00.140.140.13
HSL32.65%80.78%-
HSV(B)14.41%87.06%-
XYZ57.8356.0756.49-
YUV199.57122.6144-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=36.88%
G=31.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219019000.140.140.13032.6580.78
HexDEBEBE0EED02151
Octal3362762760161615041121
Binary110111101011111010111110011101110110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEBE; }

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

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

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

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

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

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

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

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