#DAC1BB

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

Shades of Cavern Pink #DAC1BB

Tints of Cavern Pink #DAC1BB

Color information

#DAC1BB (or 0xDAC1BB) is unknown color: approx Cavern Pink. HEX triplet: DA, C1 and BB. RGB value is (218,193,187). Sum of RGB (Red+Green+Blue) = 218+193+187=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1BB is #253E44. Grayscale: #C7C7C7. Windows color (decimal): -2440773 or 12304858. OLE color: 12304858.

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

Color convert

RGB218193187-
CMYK00.110.140.15
HSL11.61º29.52%79.41%-
HSV(B)11.61º14.22%85.49%-
XYZ56.9556.6354.94-
YUV199.79120.78140.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=36.45%
G=32.27%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819318700.110.140.1511.6129.5279.41
HexDAC1BB0BEFc1e4f
Octal33230127301316171436117
Binary11011010110000011011101101011111011111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1BB; }

 p { color: rgb(218,193,187); }

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

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

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

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

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

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

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