#DDC1BF

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

Shades of Cavern Pink #DDC1BF

Tints of Cavern Pink #DDC1BF

Color information

#DDC1BF (or 0xDDC1BF) is unknown color: approx Cavern Pink. HEX triplet: DD, C1 and BF. RGB value is (221,193,191). Sum of RGB (Red+Green+Blue) = 221+193+191=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1BF is #223E40. Grayscale: #C9C9C9. Windows color (decimal): -2244161 or 12567005. OLE color: 12567005.

HSL color Cylindrical-coordinate representation of color #DDC1BF: hue angle of 4º 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 #DDC1BF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221193191-
CMYK00.130.140.13
HSL30.61%80.78%-
HSV(B)13.57%86.67%-
XYZ58.2957.2757.27-
YUV201.14122.28142.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 191 (75% from 255) = 31.57%
R=36.53%
G=31.90%
B=31.57%

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
Decimal22119319100.130.140.13430.6180.78
HexDDC1BF0DED41f51
Octal3353012770151615437121
Binary1101110111000001101111110110111101101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1BF; }

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

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

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

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

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

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

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

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