#DDBBB9

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

Shades of Cavern Pink #DDBBB9

Tints of Cavern Pink #DDBBB9

Color information

#DDBBB9 (or 0xDDBBB9) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and B9. RGB value is (221,187,185). Sum of RGB (Red+Green+Blue) = 221+187+185=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB9 is #224446. Grayscale: #C4C4C4. Windows color (decimal): -2245703 or 12172253. OLE color: 12172253.

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

Color convert

RGB221187185-
CMYK00.150.160.13
HSL3.33º34.62%79.61%-
HSV(B)3.33º16.29%86.67%-
XYZ56.3554.4253.43-
YUV196.94121.26145.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=37.27%
G=31.53%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118718500.150.160.133.3334.6279.61
HexDDBBB90F10D32350
Octal3352732710172015343120
Binary11011101101110111011100101111100001101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBB9; }

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

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

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

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

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

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

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

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