#DAB8B6

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

Shades of Cavern Pink #DAB8B6

Tints of Cavern Pink #DAB8B6

Color information

#DAB8B6 (or 0xDAB8B6) is unknown color: approx Cavern Pink. HEX triplet: DA, B8 and B6. RGB value is (218,184,182). Sum of RGB (Red+Green+Blue) = 218+184+182=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8B6 is #254749. Grayscale: #C1C1C1. Windows color (decimal): -2443082 or 11974874. OLE color: 11974874.

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

Color convert

RGB218184182-
CMYK00.160.170.15
HSL3.33º32.73%78.43%-
HSV(B)3.33º16.51%85.49%-
XYZ54.552.5651.53-
YUV193.94121.26145.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 184 (72.27% from 255) = 31.51%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=37.33%
G=31.51%
B=31.16%

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
Decimal21818418200.160.170.153.3332.7378.43
HexDAB8B601011F3214e
Octal3322702660202117341116
Binary110110101011100010110110010000100011111111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8B6; }

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

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

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

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

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

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

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

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