#DDBAB5

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

Shades of Cavern Pink #DDBAB5

Tints of Cavern Pink #DDBAB5

Color information

#DDBAB5 (or 0xDDBAB5) is unknown color: approx Cavern Pink. HEX triplet: DD, BA and B5. RGB value is (221,186,181). Sum of RGB (Red+Green+Blue) = 221+186+181=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB5 is #22454A. Grayscale: #C3C3C3. Windows color (decimal): -2245963 or 11909853. OLE color: 11909853.

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

Color convert

RGB221186181-
CMYK00.160.180.13
HSL7.5º37.04%78.82%-
HSV(B)7.5º18.1%86.67%-
XYZ55.7253.8351.17-
YUV195.9119.6145.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=37.59%
G=31.63%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118618100.160.180.137.537.0478.82
HexDDBAB501012D8254f
Octal33527226502022151045117
Binary11011101101110101011010101000010010110110001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAB5; }

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

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

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

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

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

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

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

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