#DDB6AB

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

Shades of Cavern Pink #DDB6AB

Tints of Cavern Pink #DDB6AB

Color information

#DDB6AB (or 0xDDB6AB) is unknown color: approx Cavern Pink. HEX triplet: DD, B6 and AB. RGB value is (221,182,171). Sum of RGB (Red+Green+Blue) = 221+182+171=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6AB is #224954. Grayscale: #C0C0C0. Windows color (decimal): -2246997 or 11253469. OLE color: 11253469.

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

Color convert

RGB221182171-
CMYK00.180.230.13
HSL13.2º42.37%76.86%-
HSV(B)13.2º22.62%86.67%-
XYZ53.951.7745.68-
YUV192.41115.92148.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=38.50%
G=31.71%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118217100.180.230.1313.242.3776.86
HexDDB6AB01217Dd2a4d
Octal33526625302227151552115
Binary11011101101101101010101101001010111110111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6AB; }

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

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

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

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

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

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

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

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