#DDB2AB

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

Shades of Cavern Pink #DDB2AB

Tints of Cavern Pink #DDB2AB

Color information

#DDB2AB (or 0xDDB2AB) is unknown color: approx Cavern Pink. HEX triplet: DD, B2 and AB. RGB value is (221,178,171). Sum of RGB (Red+Green+Blue) = 221+178+171=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2AB is #224D54. Grayscale: #BEBEBE. Windows color (decimal): -2248021 or 11252445. OLE color: 11252445.

HSL color Cylindrical-coordinate representation of color #DDB2AB: hue angle of 8.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB2AB is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221178171-
CMYK00.190.230.13
HSL8.4º42.37%76.86%-
HSV(B)8.4º22.62%86.67%-
XYZ53.0950.1545.41-
YUV190.06117.25150.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 171 (67.19% from 255) = 30%
R=38.77%
G=31.23%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117817100.190.230.138.442.3776.86
HexDDB2AB01317D82a4d
Octal33526225302327151052115
Binary11011101101100101010101101001110111110110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2AB; }

 p { color: rgb(221,178,171); }

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

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

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

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

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

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

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