#DDB2AE

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

Shades of Cavern Pink #DDB2AE

Tints of Cavern Pink #DDB2AE

Color information

#DDB2AE (or 0xDDB2AE) is unknown color: approx Cavern Pink. HEX triplet: DD, B2 and AE. RGB value is (221,178,174). Sum of RGB (Red+Green+Blue) = 221+178+174=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2AE is #224D51. Grayscale: #BEBEBE. Windows color (decimal): -2248018 or 11449053. OLE color: 11449053.

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

Color convert

RGB221178174-
CMYK00.190.210.13
HSL5.11º40.87%77.45%-
HSV(B)5.11º21.27%86.67%-
XYZ53.3850.2746.93-
YUV190.4118.75149.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=38.57%
G=31.06%
B=30.37%

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
Decimal22117817400.190.210.135.1140.8777.45
HexDDB2AE01315D5294d
Octal3352622560232515551115
Binary1101110110110010101011100100111010111011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2AE; }

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

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

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

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

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

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

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

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