#DDBAB6

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

Shades of Cavern Pink #DDBAB6

Tints of Cavern Pink #DDBAB6

Color information

#DDBAB6 (or 0xDDBAB6) is unknown color: approx Cavern Pink. HEX triplet: DD, BA and B6. RGB value is (221,186,182). Sum of RGB (Red+Green+Blue) = 221+186+182=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB6 is #224549. Grayscale: #C4C4C4. Windows color (decimal): -2245962 or 11975389. OLE color: 11975389.

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

Color convert

RGB221186182-
CMYK00.160.180.13
HSL6.15º36.45%79.02%-
HSV(B)6.15º17.65%86.67%-
XYZ55.8253.8751.71-
YUV196.01120.1145.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=37.52%
G=31.58%
B=30.90%

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
Decimal22118618200.160.180.136.1536.4579.02
HexDDBAB601012D6244f
Octal3352722660202215644117
Binary1101110110111010101101100100001001011011101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAB6; }

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

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

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

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

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

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

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

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