#DDB4AE

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

Shades of Cavern Pink #DDB4AE

Tints of Cavern Pink #DDB4AE

Color information

#DDB4AE (or 0xDDB4AE) is unknown color: approx Cavern Pink. HEX triplet: DD, B4 and AE. RGB value is (221,180,174). Sum of RGB (Red+Green+Blue) = 221+180+174=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB4AE is #224B51. Grayscale: #BFBFBF. Windows color (decimal): -2247506 or 11449565. OLE color: 11449565.

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

Color convert

RGB221180174-
CMYK00.190.210.13
HSL7.66º40.87%77.45%-
HSV(B)7.66º21.27%86.67%-
XYZ53.7851.0747.07-
YUV191.58118.08148.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=38.43%
G=31.30%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118017400.190.210.137.6640.8777.45
HexDDB4AE01315D8294d
Octal33526425602325151051115
Binary11011101101101001010111001001110101110110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4AE; }

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

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

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

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

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

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

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

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