#DDC1BE

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

Shades of Cavern Pink #DDC1BE

Tints of Cavern Pink #DDC1BE

Color information

#DDC1BE (or 0xDDC1BE) is unknown color: approx Cavern Pink. HEX triplet: DD, C1 and BE. RGB value is (221,193,190). Sum of RGB (Red+Green+Blue) = 221+193+190=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1BE is #223E41. Grayscale: #C9C9C9. Windows color (decimal): -2244162 or 12501469. OLE color: 12501469.

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

Color convert

RGB221193190-
CMYK00.130.140.13
HSL5.81º31.31%80.59%-
HSV(B)5.81º14.03%86.67%-
XYZ58.1857.2356.7-
YUV201.03121.78142.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=36.59%
G=31.95%
B=31.46%

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
Decimal22119319000.130.140.135.8131.3180.59
HexDDC1BE0DED61f51
Octal3353012760151615637121
Binary1101110111000001101111100110111101101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1BE; }

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

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

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

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

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

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

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

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