#DBBAB2

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

Shades of Cavern Pink #DBBAB2

Tints of Cavern Pink #DBBAB2

Color information

#DBBAB2 (or 0xDBBAB2) is unknown color: approx Cavern Pink. HEX triplet: DB, BA and B2. RGB value is (219,186,178). Sum of RGB (Red+Green+Blue) = 219+186+178=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAB2 is #24454D. Grayscale: #C3C3C3. Windows color (decimal): -2377038 or 11713243. OLE color: 11713243.

HSL color Cylindrical-coordinate representation of color #DBBAB2: hue angle of 11.71º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBAB2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219186178-
CMYK00.150.190.14
HSL11.71º36.28%77.84%-
HSV(B)11.71º18.72%85.88%-
XYZ54.8153.3949.54-
YUV194.96118.43145.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 178 (69.92% from 255) = 30.53%
R=37.56%
G=31.90%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918617800.150.190.1411.7136.2877.84
HexDBBAB20F13Ec244e
Octal33327226201723161444116
Binary1101101110111010101100100111110011111011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAB2; }

 p { color: rgb(219,186,178); }

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

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

 a { background-color: rgb(219,186,178); }

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

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

 span { border-color: rgb(219,186,178); }

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