#DEBDBD

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

Shades of Cavern Pink #DEBDBD

Tints of Cavern Pink #DEBDBD

Color information

#DEBDBD (or 0xDEBDBD) is unknown color: approx Cavern Pink. HEX triplet: DE, BD and BD. RGB value is (222,189,189). Sum of RGB (Red+Green+Blue) = 222+189+189=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDBD is #214242. Grayscale: #C6C6C6. Windows color (decimal): -2179651 or 12434910. OLE color: 12434910.

HSL color Cylindrical-coordinate representation of color #DEBDBD: 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.15%. Process color model (Four color, CMYK) of #DEBDBD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB222189189-
CMYK00.150.150.13
HSL33.33%80.59%-
HSV(B)14.86%87.06%-
XYZ57.5155.655.84-
YUV198.87122.43144.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=37%
G=31.5%
B=31.5%

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
Decimal22218918900.150.150.13033.3380.59
HexDEBDBD0FFD02151
Octal3362752750171715041121
Binary110111101011110110111101011111111110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDBD; }

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

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

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

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

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

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

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

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