#DDBEBB

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

Shades of Cavern Pink #DDBEBB

Tints of Cavern Pink #DDBEBB

Color information

#DDBEBB (or 0xDDBEBB) is unknown color: approx Cavern Pink. HEX triplet: DD, BE and BB. RGB value is (221,190,187). Sum of RGB (Red+Green+Blue) = 221+190+187=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBB is #224144. Grayscale: #C6C6C6. Windows color (decimal): -2244933 or 12304093. OLE color: 12304093.

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

Color convert

RGB221190187-
CMYK00.140.150.13
HSL5.29º33.33%80%-
HSV(B)5.29º15.38%86.67%-
XYZ57.255.7954.77-
YUV198.93121.27143.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=36.96%
G=31.77%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119018700.140.150.135.2933.3380
HexDDBEBB0EFD52150
Octal3352762730161715541120
Binary11011101101111101011101101110111111011011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEBB; }

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

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

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

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

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

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

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

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