#DABCBC

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

Shades of Cavern Pink #DABCBC

Tints of Cavern Pink #DABCBC

Color information

#DABCBC (or 0xDABCBC) is unknown color: approx Cavern Pink. HEX triplet: DA, BC and BC. RGB value is (218,188,188). Sum of RGB (Red+Green+Blue) = 218+188+188=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCBC is #254343. Grayscale: #C5C5C5. Windows color (decimal): -2442052 or 12369114. OLE color: 12369114.

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

Color convert

RGB218188188-
CMYK00.140.140.15
HSL28.85%79.61%-
HSV(B)13.76%85.49%-
XYZ55.9754.555.15-
YUV196.97122.94143-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=36.70%
G=31.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818818800.140.140.15028.8579.61
HexDABCBC0EEF01d50
Octal3322742740161617035120
Binary11011010101111001011110001110111011110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCBC; }

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

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

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

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

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

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

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

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