#DDB8B5

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

Shades of Cavern Pink #DDB8B5

Tints of Cavern Pink #DDB8B5

Color information

#DDB8B5 (or 0xDDB8B5) is unknown color: approx Cavern Pink. HEX triplet: DD, B8 and B5. RGB value is (221,184,181). Sum of RGB (Red+Green+Blue) = 221+184+181=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8B5 is #22474A. Grayscale: #C2C2C2. Windows color (decimal): -2246475 or 11909341. OLE color: 11909341.

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

Color convert

RGB221184181-
CMYK00.170.180.13
HSL4.5º37.04%78.82%-
HSV(B)4.5º18.1%86.67%-
XYZ55.352.9951.03-
YUV194.72120.26146.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 184 (72.27% from 255) = 31.40%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=37.71%
G=31.40%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118418100.170.180.134.537.0478.82
HexDDB8B501112D5254f
Octal3352702650212215545117
Binary1101110110111000101101010100011001011011011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8B5; }

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

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

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

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

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

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

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

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