#DBBBB4

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

Shades of Cavern Pink #DBBBB4

Tints of Cavern Pink #DBBBB4

Color information

#DBBBB4 (or 0xDBBBB4) is unknown color: approx Cavern Pink. HEX triplet: DB, BB and B4. RGB value is (219,187,180). Sum of RGB (Red+Green+Blue) = 219+187+180=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBB4 is #24444B. Grayscale: #C3C3C3. Windows color (decimal): -2376780 or 11844571. OLE color: 11844571.

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

Color convert

RGB219187180-
CMYK00.150.180.14
HSL10.77º35.14%78.24%-
HSV(B)10.77º17.81%85.88%-
XYZ55.2253.950.67-
YUV195.77119.1144.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=37.37%
G=31.91%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918718000.150.180.1410.7735.1478.24
HexDBBBB40F12Eb234e
Octal33327326401722161343116
Binary1101101110111011101101000111110010111010111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBB4; }

 p { color: rgb(219,187,180); }

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

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

 a { background-color: rgb(219,187,180); }

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

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

 span { border-color: rgb(219,187,180); }

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