#DDBAB0

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

Shades of Cavern Pink #DDBAB0

Tints of Cavern Pink #DDBAB0

Color information

#DDBAB0 (or 0xDDBAB0) is unknown color: approx Cavern Pink. HEX triplet: DD, BA and B0. RGB value is (221,186,176). Sum of RGB (Red+Green+Blue) = 221+186+176=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAB0 is #22454F. Grayscale: #C3C3C3. Windows color (decimal): -2245968 or 11582173. OLE color: 11582173.

HSL color Cylindrical-coordinate representation of color #DDBAB0: hue angle of 13.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBAB0 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221186176-
CMYK00.160.200.13
HSL13.33º39.82%77.84%-
HSV(B)13.33º20.36%86.67%-
XYZ55.2153.6248.51-
YUV195.32117.1146.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=37.91%
G=31.90%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118617600.160.200.1313.3339.8277.84
HexDDBAB001014Dd284e
Octal33527226002024151550116
Binary11011101101110101011000001000010100110111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAB0; }

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

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

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

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

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

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

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

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