#DABDB6

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

Shades of Cavern Pink #DABDB6

Tints of Cavern Pink #DABDB6

Color information

#DABDB6 (or 0xDABDB6) is unknown color: approx Cavern Pink. HEX triplet: DA, BD and B6. RGB value is (218,189,182). Sum of RGB (Red+Green+Blue) = 218+189+182=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB6 is #254249. Grayscale: #C4C4C4. Windows color (decimal): -2441802 or 11976154. OLE color: 11976154.

HSL color Cylindrical-coordinate representation of color #DABDB6: hue angle of 11.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABDB6 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218189182-
CMYK00.130.170.15
HSL11.67º32.73%78.43%-
HSV(B)11.67º16.51%85.49%-
XYZ55.5554.6851.88-
YUV196.87119.61143.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=37.01%
G=32.09%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818918200.130.170.1511.6732.7378.43
HexDABDB60D11Fc214e
Octal33227526601521171441116
Binary1101101010111101101101100110110001111111001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDB6; }

 p { color: rgb(218,189,182); }

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

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

 a { background-color: rgb(218,189,182); }

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

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

 span { border-color: rgb(218,189,182); }

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