#DDC0B9

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

Shades of Cavern Pink #DDC0B9

Tints of Cavern Pink #DDC0B9

Color information

#DDC0B9 (or 0xDDC0B9) is unknown color: approx Cavern Pink. HEX triplet: DD, C0 and B9. RGB value is (221,192,185). Sum of RGB (Red+Green+Blue) = 221+192+185=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0B9 is #223F46. Grayscale: #C7C7C7. Windows color (decimal): -2244423 or 12173533. OLE color: 12173533.

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

Color convert

RGB221192185-
CMYK00.130.160.13
HSL11.67º34.62%79.61%-
HSV(B)11.67º16.29%86.67%-
XYZ57.4356.5753.79-
YUV199.87119.61143.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=36.96%
G=32.11%
B=30.94%

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
Decimal22119218500.130.160.1311.6734.6279.61
HexDDC0B90D10Dc2350
Octal33530027101520151443120
Binary1101110111000000101110010110110000110111001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0B9; }

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

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

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

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

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

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

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

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