#DDB4AB

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

Shades of Cavern Pink #DDB4AB

Tints of Cavern Pink #DDB4AB

Color information

#DDB4AB (or 0xDDB4AB) is unknown color: approx Cavern Pink. HEX triplet: DD, B4 and AB. RGB value is (221,180,171). Sum of RGB (Red+Green+Blue) = 221+180+171=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB4AB is #224B54. Grayscale: #BFBFBF. Windows color (decimal): -2247509 or 11252957. OLE color: 11252957.

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

Color convert

RGB221180171-
CMYK00.190.230.13
HSL10.8º42.37%76.86%-
HSV(B)10.8º22.62%86.67%-
XYZ53.4950.9545.54-
YUV191.23116.58149.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=38.64%
G=31.47%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118017100.190.230.1310.842.3776.86
HexDDB4AB01317Db2a4d
Octal33526425302327151352115
Binary11011101101101001010101101001110111110110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4AB; }

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

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

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

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

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

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

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

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