#DDB1AC

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

Shades of Cavern Pink #DDB1AC

Tints of Cavern Pink #DDB1AC

Color information

#DDB1AC (or 0xDDB1AC) is unknown color: approx Cavern Pink. HEX triplet: DD, B1 and AC. RGB value is (221,177,172). Sum of RGB (Red+Green+Blue) = 221+177+172=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB1AC is #224E53. Grayscale: #BDBDBD. Windows color (decimal): -2248276 or 11317725. OLE color: 11317725.

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

Color convert

RGB221177172-
CMYK00.200.220.13
HSL6.12º41.88%77.06%-
HSV(B)6.12º22.17%86.67%-
XYZ52.9949.7945.85-
YUV189.59118.08150.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=38.77%
G=31.05%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117717200.200.220.136.1241.8877.06
HexDDB1AC01416D62a4d
Octal3352612540242615652115
Binary1101110110110001101011000101001011011011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1AC; }

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

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

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

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

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

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

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

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