#DBB8AE

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

Shades of Cavern Pink #DBB8AE

Tints of Cavern Pink #DBB8AE

Color information

#DBB8AE (or 0xDBB8AE) is unknown color: approx Cavern Pink. HEX triplet: DB, B8 and AE. RGB value is (219,184,174). Sum of RGB (Red+Green+Blue) = 219+184+174=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8AE is #244751. Grayscale: #C1C1C1. Windows color (decimal): -2377554 or 11450587. OLE color: 11450587.

HSL color Cylindrical-coordinate representation of color #DBB8AE: hue angle of 13.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB8AE is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219184174-
CMYK00.160.210.14
HSL13.33º38.46%77.06%-
HSV(B)13.33º20.55%85.88%-
XYZ53.9952.447.31-
YUV193.32117.1146.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 184 (72.27% from 255) = 31.89%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=37.95%
G=31.89%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918417400.160.210.1413.3338.4677.06
HexDBB8AE01015Ed264d
Octal33327025602025161546115
Binary11011011101110001010111001000010101111011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8AE; }

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

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

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

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

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

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

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

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