#DDBEBE

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

Shades of Cavern Pink #DDBEBE

Tints of Cavern Pink #DDBEBE

Color information

#DDBEBE (or 0xDDBEBE) is unknown color: approx Cavern Pink. HEX triplet: DD, BE and BE. RGB value is (221,190,190). Sum of RGB (Red+Green+Blue) = 221+190+190=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBE is #224141. Grayscale: #C7C7C7. Windows color (decimal): -2244930 or 12500701. OLE color: 12500701.

HSL color Cylindrical-coordinate representation of color #DDBEBE: hue angle of 0º degrees, saturation: 0.31, 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 #DDBEBE is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221190190-
CMYK00.140.140.13
HSL31.31%80.59%-
HSV(B)14.03%86.67%-
XYZ57.5355.9256.48-
YUV199.27122.77143.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=36.77%
G=31.61%
B=31.61%

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
Decimal22119019000.140.140.13031.3180.59
HexDDBEBE0EED01f51
Octal3352762760161615037121
Binary11011101101111101011111001110111011010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEBE; }

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

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

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

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

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

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

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

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