#DABCB7

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

Shades of Cavern Pink #DABCB7

Tints of Cavern Pink #DABCB7

Color information

#DABCB7 (or 0xDABCB7) is unknown color: approx Cavern Pink. HEX triplet: DA, BC and B7. RGB value is (218,188,183). Sum of RGB (Red+Green+Blue) = 218+188+183=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB7 is #254348. Grayscale: #C4C4C4. Windows color (decimal): -2442057 or 12041434. OLE color: 12041434.

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

Color convert

RGB218188183-
CMYK00.140.160.15
HSL8.57º32.11%78.63%-
HSV(B)8.57º16.06%85.49%-
XYZ55.4454.2952.36-
YUV196.4120.44143.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=37.01%
G=31.92%
B=31.07%

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
Decimal21818818300.140.160.158.5732.1178.63
HexDABCB70E10F9204f
Octal33227426701620171140117
Binary1101101010111100101101110111010000111110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCB7; }

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

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

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

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

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

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

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

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