#DDC0BA

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

Shades of Cavern Pink #DDC0BA

Tints of Cavern Pink #DDC0BA

Color information

#DDC0BA (or 0xDDC0BA) is unknown color: approx Cavern Pink. HEX triplet: DD, C0 and BA. RGB value is (221,192,186). Sum of RGB (Red+Green+Blue) = 221+192+186=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0BA is #223F45. Grayscale: #C8C8C8. Windows color (decimal): -2244422 or 12239069. OLE color: 12239069.

HSL color Cylindrical-coordinate representation of color #DDC0BA: hue angle of 10.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC0BA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221192186-
CMYK00.130.160.13
HSL10.29º33.98%79.8%-
HSV(B)10.29º15.84%86.67%-
XYZ57.5356.6254.35-
YUV199.99120.11142.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=36.89%
G=32.05%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119218600.130.160.1310.2933.9879.8
HexDDC0BA0D10Da2250
Octal33530027201520151242120
Binary1101110111000000101110100110110000110110101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0BA; }

 p { color: rgb(221,192,186); }

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

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

 a { background-color: rgb(221,192,186); }

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

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

 span { border-color: rgb(221,192,186); }

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