#DDC0BE

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

Shades of Cavern Pink #DDC0BE

Tints of Cavern Pink #DDC0BE

Color information

#DDC0BE (or 0xDDC0BE) is unknown color: approx Cavern Pink. HEX triplet: DD, C0 and BE. RGB value is (221,192,190). Sum of RGB (Red+Green+Blue) = 221+192+190=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0BE is #223F41. Grayscale: #C8C8C8. Windows color (decimal): -2244418 or 12501213. OLE color: 12501213.

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

Color convert

RGB221192190-
CMYK00.130.140.13
HSL3.87º31.31%80.59%-
HSV(B)3.87º14.03%86.67%-
XYZ57.9656.7956.62-
YUV200.44122.11142.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=36.65%
G=31.84%
B=31.51%

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
Decimal22119219000.130.140.133.8731.3180.59
HexDDC0BE0DED41f51
Octal3353002760151615437121
Binary1101110111000000101111100110111101101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0BE; }

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

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

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

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

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

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

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

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