#DDBCB6

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

Shades of Cavern Pink #DDBCB6

Tints of Cavern Pink #DDBCB6

Color information

#DDBCB6 (or 0xDDBCB6) is unknown color: approx Cavern Pink. HEX triplet: DD, BC and B6. RGB value is (221,188,182). Sum of RGB (Red+Green+Blue) = 221+188+182=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCB6 is #224349. Grayscale: #C5C5C5. Windows color (decimal): -2245450 or 11975901. OLE color: 11975901.

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

Color convert

RGB221188182-
CMYK00.150.180.13
HSL9.23º36.45%79.02%-
HSV(B)9.23º17.65%86.67%-
XYZ56.2554.7251.85-
YUV197.18119.43144.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=37.39%
G=31.81%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118818200.150.180.139.2336.4579.02
HexDDBCB60F12D9244f
Octal33527426601722151144117
Binary1101110110111100101101100111110010110110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCB6; }

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

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

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

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

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

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

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

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