#DDBAB9

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

Shades of Cavern Pink #DDBAB9

Tints of Cavern Pink #DDBAB9

Color information

#DDBAB9 (or 0xDDBAB9) is unknown color: approx Cavern Pink. HEX triplet: DD, BA and B9. RGB value is (221,186,185). Sum of RGB (Red+Green+Blue) = 221+186+185=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB9 is #224546. Grayscale: #C4C4C4. Windows color (decimal): -2245959 or 12171997. OLE color: 12171997.

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

Color convert

RGB221186185-
CMYK00.160.160.13
HSL1.67º34.62%79.61%-
HSV(B)1.67º16.29%86.67%-
XYZ56.1353.9953.36-
YUV196.35121.6145.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=37.33%
G=31.42%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118618500.160.160.131.6734.6279.61
HexDDBAB901010D22350
Octal3352722710202015243120
Binary110111011011101010111001010000100001101101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAB9; }

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

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

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

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

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

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

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

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