#DABCB8

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

Shades of Cavern Pink #DABCB8

Tints of Cavern Pink #DABCB8

Color information

#DABCB8 (or 0xDABCB8) is unknown color: approx Cavern Pink. HEX triplet: DA, BC and B8. RGB value is (218,188,184). Sum of RGB (Red+Green+Blue) = 218+188+184=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB8 is #254347. Grayscale: #C4C4C4. Windows color (decimal): -2442056 or 12106970. OLE color: 12106970.

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

Color convert

RGB218188184-
CMYK00.140.160.15
HSL7.06º31.48%78.82%-
HSV(B)7.06º15.6%85.49%-
XYZ55.5554.3352.91-
YUV196.51120.94143.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 184 (72.27% from 255) = 31.19%
R=36.95%
G=31.86%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818818400.140.160.157.0631.4878.82
HexDABCB80E10F71f4f
Octal3322742700162017737117
Binary11011010101111001011100001110100001111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCB8; }

 p { color: rgb(218,188,184); }

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

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

 a { background-color: rgb(218,188,184); }

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

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

 span { border-color: rgb(218,188,184); }

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