#DAB7B4

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

Shades of Cavern Pink #DAB7B4

Tints of Cavern Pink #DAB7B4

Color information

#DAB7B4 (or 0xDAB7B4) is unknown color: approx Cavern Pink. HEX triplet: DA, B7 and B4. RGB value is (218,183,180). Sum of RGB (Red+Green+Blue) = 218+183+180=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7B4 is #25484B. Grayscale: #C1C1C1. Windows color (decimal): -2443340 or 11843546. OLE color: 11843546.

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

Color convert

RGB218183180-
CMYK00.160.170.15
HSL4.74º33.93%78.04%-
HSV(B)4.74º17.43%85.49%-
XYZ54.0952.0750.38-
YUV193.12120.6145.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 183 (71.88% from 255) = 31.50%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=37.52%
G=31.50%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818318000.160.170.154.7433.9378.04
HexDAB7B401011F5224e
Octal3322672640202117542116
Binary1101101010110111101101000100001000111111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7B4; }

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

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

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

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

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

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

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

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