#DABCB6

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

Shades of Cavern Pink #DABCB6

Tints of Cavern Pink #DABCB6

Color information

#DABCB6 (or 0xDABCB6) is unknown color: approx Cavern Pink. HEX triplet: DA, BC and B6. RGB value is (218,188,182). Sum of RGB (Red+Green+Blue) = 218+188+182=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB6 is #254349. Grayscale: #C4C4C4. Windows color (decimal): -2442058 or 11975898. OLE color: 11975898.

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

Color convert

RGB218188182-
CMYK00.140.170.15
HSL10º32.73%78.43%-
HSV(B)10º16.51%85.49%-
XYZ55.3454.2551.81-
YUV196.29119.94143.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=37.07%
G=31.97%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818818200.140.170.151032.7378.43
HexDABCB60E11Fa214e
Octal33227426601621171241116
Binary1101101010111100101101100111010001111110101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCB6; }

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

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

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

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

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

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

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

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