#DDBCB8

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

Shades of Cavern Pink #DDBCB8

Tints of Cavern Pink #DDBCB8

Color information

#DDBCB8 (or 0xDDBCB8) is unknown color: approx Cavern Pink. HEX triplet: DD, BC and B8. RGB value is (221,188,184). Sum of RGB (Red+Green+Blue) = 221+188+184=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCB8 is #224347. Grayscale: #C5C5C5. Windows color (decimal): -2245448 or 12106973. OLE color: 12106973.

HSL color Cylindrical-coordinate representation of color #DDBCB8: hue angle of 6.49º degrees, saturation: 0.35, 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 #DDBCB8 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221188184-
CMYK00.150.170.13
HSL6.49º35.24%79.41%-
HSV(B)6.49º16.74%86.67%-
XYZ56.4554.852.95-
YUV197.41120.43144.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=37.27%
G=31.70%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118818400.150.170.136.4935.2479.41
HexDDBCB80F11D6234f
Octal3352742700172115643117
Binary110111011011110010111000011111000111011101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCB8; }

 p { color: rgb(221,188,184); }

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

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

 a { background-color: rgb(221,188,184); }

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

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

 span { border-color: rgb(221,188,184); }

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