#DDB5B5

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

Shades of Cavern Pink #DDB5B5

Tints of Cavern Pink #DDB5B5

Color information

#DDB5B5 (or 0xDDB5B5) is unknown color: approx Cavern Pink. HEX triplet: DD, B5 and B5. RGB value is (221,181,181). Sum of RGB (Red+Green+Blue) = 221+181+181=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5B5 is #224A4A. Grayscale: #C0C0C0. Windows color (decimal): -2247243 or 11908573. OLE color: 11908573.

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

Color convert

RGB221181181-
CMYK00.180.180.13
HSL37.04%78.82%-
HSV(B)18.1%86.67%-
XYZ54.6851.7650.82-
YUV192.96121.25148-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 181 (71.09% from 255) = 31.05%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=37.91%
G=31.05%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118118100.180.180.13037.0478.82
HexDDB5B501212D0254f
Octal3352652650222215045117
Binary11011101101101011011010101001010010110101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5B5; }

 p { color: rgb(221,181,181); }

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

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

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

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

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

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

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