#DDB8AE

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

Shades of Cavern Pink #DDB8AE

Tints of Cavern Pink #DDB8AE

Color information

#DDB8AE (or 0xDDB8AE) is unknown color: approx Cavern Pink. HEX triplet: DD, B8 and AE. RGB value is (221,184,174). Sum of RGB (Red+Green+Blue) = 221+184+174=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB8AE is #224751. Grayscale: #C2C2C2. Windows color (decimal): -2246482 or 11450589. OLE color: 11450589.

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

Color convert

RGB221184174-
CMYK00.170.210.13
HSL12.77º40.87%77.45%-
HSV(B)12.77º21.27%86.67%-
XYZ54.652.7147.34-
YUV193.92116.76147.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=38.17%
G=31.78%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118417400.170.210.1312.7740.8777.45
HexDDB8AE01115Dd294d
Octal33527025602125151551115
Binary11011101101110001010111001000110101110111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8AE; }

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

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

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

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

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

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

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

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