#DDBDB9

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

Shades of Cavern Pink #DDBDB9

Tints of Cavern Pink #DDBDB9

Color information

#DDBDB9 (or 0xDDBDB9) is unknown color: approx Cavern Pink. HEX triplet: DD, BD and B9. RGB value is (221,189,185). Sum of RGB (Red+Green+Blue) = 221+189+185=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDB9 is #224246. Grayscale: #C6C6C6. Windows color (decimal): -2245191 or 12172765. OLE color: 12172765.

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

Color convert

RGB221189185-
CMYK00.140.160.13
HSL6.67º34.62%79.61%-
HSV(B)6.67º16.29%86.67%-
XYZ56.7755.2753.57-
YUV198.11120.6144.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=37.14%
G=31.76%
B=31.09%

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
Decimal22118918500.140.160.136.6734.6279.61
HexDDBDB90E10D72350
Octal3352752710162015743120
Binary110111011011110110111001011101000011011111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDB9; }

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

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

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

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

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

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

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

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