#DDC1BB

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

Shades of Cavern Pink #DDC1BB

Tints of Cavern Pink #DDC1BB

Color information

#DDC1BB (or 0xDDC1BB) is unknown color: approx Cavern Pink. HEX triplet: DD, C1 and BB. RGB value is (221,193,187). Sum of RGB (Red+Green+Blue) = 221+193+187=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1BB is #223E44. Grayscale: #C8C8C8. Windows color (decimal): -2244165 or 12304861. OLE color: 12304861.

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

Color convert

RGB221193187-
CMYK00.130.150.13
HSL10.59º33.33%80%-
HSV(B)10.59º15.38%86.67%-
XYZ57.8657.154.99-
YUV200.69120.28142.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=36.77%
G=32.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119318700.130.150.1310.5933.3380
HexDDC1BB0DFDb2150
Octal33530127301517151341120
Binary110111011100000110111011011011111110110111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1BB; }

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

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

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

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

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

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

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

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