#DDB1AA

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

Shades of Cavern Pink #DDB1AA

Tints of Cavern Pink #DDB1AA

Color information

#DDB1AA (or 0xDDB1AA) is unknown color: approx Cavern Pink. HEX triplet: DD, B1 and AA. RGB value is (221,177,170). Sum of RGB (Red+Green+Blue) = 221+177+170=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB1AA is #224E55. Grayscale: #BDBDBD. Windows color (decimal): -2248278 or 11186653. OLE color: 11186653.

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

Color convert

RGB221177170-
CMYK00.200.230.13
HSL8.24º42.86%76.67%-
HSV(B)8.24º23.08%86.67%-
XYZ52.849.7244.84-
YUV189.36117.08150.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=38.91%
G=31.16%
B=29.93%

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
Decimal22117717000.200.230.138.2442.8676.67
HexDDB1AA01417D82b4d
Octal33526125202427151053115
Binary11011101101100011010101001010010111110110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1AA; }

 p { color: rgb(221,177,170); }

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

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

 a { background-color: rgb(221,177,170); }

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

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

 span { border-color: rgb(221,177,170); }

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