#DDBEB7

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

Shades of Cavern Pink #DDBEB7

Tints of Cavern Pink #DDBEB7

Color information

#DDBEB7 (or 0xDDBEB7) is unknown color: approx Cavern Pink. HEX triplet: DD, BE and B7. RGB value is (221,190,183). Sum of RGB (Red+Green+Blue) = 221+190+183=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB7 is #224148. Grayscale: #C6C6C6. Windows color (decimal): -2244937 or 12041949. OLE color: 12041949.

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

Color convert

RGB221190183-
CMYK00.140.170.13
HSL11.05º35.85%79.22%-
HSV(B)11.05º17.19%86.67%-
XYZ56.7855.6252.54-
YUV198.47119.27144.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 183 (71.88% from 255) = 30.81%
R=37.21%
G=31.99%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119018300.140.170.1311.0535.8579.22
HexDDBEB70E11Db244f
Octal33527626701621151344117
Binary1101110110111110101101110111010001110110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEB7; }

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

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

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

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

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

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

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

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