#DDC0BF

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

Shades of Cavern Pink #DDC0BF

Tints of Cavern Pink #DDC0BF

Color information

#DDC0BF (or 0xDDC0BF) is unknown color: approx Cavern Pink. HEX triplet: DD, C0 and BF. RGB value is (221,192,191). Sum of RGB (Red+Green+Blue) = 221+192+191=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0BF is #223F40. Grayscale: #C8C8C8. Windows color (decimal): -2244417 or 12566749. OLE color: 12566749.

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

Color convert

RGB221192191-
CMYK00.130.140.13
HSL30.61%80.78%-
HSV(B)13.57%86.67%-
XYZ58.0756.8357.2-
YUV200.56122.61142.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 191 (75% from 255) = 31.62%
R=36.59%
G=31.79%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119219100.130.140.13230.6180.78
HexDDC0BF0DED21f51
Octal3353002770151615237121
Binary110111011100000010111111011011110110110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0BF; }

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

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

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

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

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

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

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

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