#DDBAB8

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

Shades of Cavern Pink #DDBAB8

Tints of Cavern Pink #DDBAB8

Color information

#DDBAB8 (or 0xDDBAB8) is unknown color: approx Cavern Pink. HEX triplet: DD, BA and B8. RGB value is (221,186,184). Sum of RGB (Red+Green+Blue) = 221+186+184=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB8 is #224547. Grayscale: #C4C4C4. Windows color (decimal): -2245960 or 12106461. OLE color: 12106461.

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

Color convert

RGB221186184-
CMYK00.160.170.13
HSL3.24º35.24%79.41%-
HSV(B)3.24º16.74%86.67%-
XYZ56.0353.9552.81-
YUV196.24121.1145.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 184 (72.27% from 255) = 31.13%
R=37.39%
G=31.47%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118618400.160.170.133.2435.2479.41
HexDDBAB801011D3234f
Octal3352722700202115343117
Binary110111011011101010111000010000100011101111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAB8; }

 p { color: rgb(221,186,184); }

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

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

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

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

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

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

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