#DDBEB9

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

Shades of Cavern Pink #DDBEB9

Tints of Cavern Pink #DDBEB9

Color information

#DDBEB9 (or 0xDDBEB9) is unknown color: approx Cavern Pink. HEX triplet: DD, BE and B9. RGB value is (221,190,185). Sum of RGB (Red+Green+Blue) = 221+190+185=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB9 is #224146. Grayscale: #C6C6C6. Windows color (decimal): -2244935 or 12173021. OLE color: 12173021.

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

Color convert

RGB221190185-
CMYK00.140.160.13
HSL8.33º34.62%79.61%-
HSV(B)8.33º16.29%86.67%-
XYZ56.9955.753.65-
YUV198.7120.27143.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=37.08%
G=31.88%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119018500.140.160.138.3334.6279.61
HexDDBEB90E10D82350
Octal33527627101620151043120
Binary1101110110111110101110010111010000110110001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEB9; }

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

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

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

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

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

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

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

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