#DDB5AB

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

Shades of Cavern Pink #DDB5AB

Tints of Cavern Pink #DDB5AB

Color information

#DDB5AB (or 0xDDB5AB) is unknown color: approx Cavern Pink. HEX triplet: DD, B5 and AB. RGB value is (221,181,171). Sum of RGB (Red+Green+Blue) = 221+181+171=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5AB is #224A54. Grayscale: #BFBFBF. Windows color (decimal): -2247253 or 11253213. OLE color: 11253213.

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

Color convert

RGB221181171-
CMYK00.180.230.13
HSL12º42.37%76.86%-
HSV(B)12º22.62%86.67%-
XYZ53.6951.3645.61-
YUV191.82116.25148.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=38.57%
G=31.59%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118117100.180.230.131242.3776.86
HexDDB5AB01217Dc2a4d
Octal33526525302227151452115
Binary11011101101101011010101101001010111110111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5AB; }

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

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

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

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

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

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

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

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