#DBBBB3

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

Shades of Cavern Pink #DBBBB3

Tints of Cavern Pink #DBBBB3

Color information

#DBBBB3 (or 0xDBBBB3) is unknown color: approx Cavern Pink. HEX triplet: DB, BB and B3. RGB value is (219,187,179). Sum of RGB (Red+Green+Blue) = 219+187+179=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBB3 is #24444C. Grayscale: #C3C3C3. Windows color (decimal): -2376781 or 11779035. OLE color: 11779035.

HSL color Cylindrical-coordinate representation of color #DBBBB3: hue angle of 12º degrees, saturation: 0.36, 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 #DBBBB3 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219187179-
CMYK00.150.180.14
HSL12º35.71%78.04%-
HSV(B)12º18.26%85.88%-
XYZ55.1253.8650.14-
YUV195.66118.6144.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=37.44%
G=31.97%
B=30.60%

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
Decimal21918717900.150.180.141235.7178.04
HexDBBBB30F12Ec244e
Octal33327326301722161444116
Binary1101101110111011101100110111110010111011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBB3; }

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

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

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

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

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

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

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

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