#DDC1BD

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

Shades of Cavern Pink #DDC1BD

Tints of Cavern Pink #DDC1BD

Color information

#DDC1BD (or 0xDDC1BD) is unknown color: approx Cavern Pink. HEX triplet: DD, C1 and BD. RGB value is (221,193,189). Sum of RGB (Red+Green+Blue) = 221+193+189=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1BD is #223E42. Grayscale: #C8C8C8. Windows color (decimal): -2244163 or 12435933. OLE color: 12435933.

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

Color convert

RGB221193189-
CMYK00.130.140.13
HSL7.5º32%80.39%-
HSV(B)7.5º14.48%86.67%-
XYZ58.0757.1956.12-
YUV200.92121.28142.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=36.65%
G=32.01%
B=31.34%

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
Decimal22119318900.130.140.137.53280.39
HexDDC1BD0DED82050
Octal33530127501516151040120
Binary110111011100000110111101011011110110110001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1BD; }

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

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

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

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

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

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

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

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