#DABDB7

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

Shades of Cavern Pink #DABDB7

Tints of Cavern Pink #DABDB7

Color information

#DABDB7 (or 0xDABDB7) is unknown color: approx Cavern Pink. HEX triplet: DA, BD and B7. RGB value is (218,189,183). Sum of RGB (Red+Green+Blue) = 218+189+183=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB7 is #254248. Grayscale: #C5C5C5. Windows color (decimal): -2441801 or 12041690. OLE color: 12041690.

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

Color convert

RGB218189183-
CMYK00.130.160.15
HSL10.29º32.11%78.63%-
HSV(B)10.29º16.06%85.49%-
XYZ55.6654.7252.43-
YUV196.99120.11142.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 183 (71.88% from 255) = 31.02%
R=36.95%
G=32.03%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818918300.130.160.1510.2932.1178.63
HexDABDB70D10Fa204f
Octal33227526701520171240117
Binary1101101010111101101101110110110000111110101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDB7; }

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

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

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

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

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

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

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

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