#DEBDBB

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

Shades of Cavern Pink #DEBDBB

Tints of Cavern Pink #DEBDBB

Color information

#DEBDBB (or 0xDEBDBB) is unknown color: approx Cavern Pink. HEX triplet: DE, BD and BB. RGB value is (222,189,187). Sum of RGB (Red+Green+Blue) = 222+189+187=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDBB is #214244. Grayscale: #C6C6C6. Windows color (decimal): -2179653 or 12303838. OLE color: 12303838.

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

Color convert

RGB222189187-
CMYK00.150.160.13
HSL3.43º34.65%80.2%-
HSV(B)3.43º15.77%87.06%-
XYZ57.2955.5154.71-
YUV198.64121.43144.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=37.12%
G=31.61%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218918700.150.160.133.4334.6580.2
HexDEBDBB0F10D32350
Octal3362752730172015343120
Binary11011110101111011011101101111100001101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDBB; }

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

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

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

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

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

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

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

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