#DDB0AB

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

Shades of Cavern Pink #DDB0AB

Tints of Cavern Pink #DDB0AB

Color information

#DDB0AB (or 0xDDB0AB) is unknown color: approx Cavern Pink. HEX triplet: DD, B0 and AB. RGB value is (221,176,171). Sum of RGB (Red+Green+Blue) = 221+176+171=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB0AB is #224F54. Grayscale: #BCBCBC. Windows color (decimal): -2248533 or 11251933. OLE color: 11251933.

HSL color Cylindrical-coordinate representation of color #DDB0AB: hue angle of 6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB0AB is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221176171-
CMYK00.200.230.13
HSL42.37%76.86%-
HSV(B)22.62%86.67%-
XYZ52.6949.3645.28-
YUV188.88117.91150.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=38.91%
G=30.99%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117617100.200.230.13642.3776.86
HexDDB0AB01417D62a4d
Octal3352602530242715652115
Binary1101110110110000101010110101001011111011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0AB; }

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

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

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

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

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

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

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

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