#DAC1C1

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

Shades of Alto #DAC1C1

Tints of Alto #DAC1C1

Color information

#DAC1C1 (or 0xDAC1C1) is unknown color: approx Alto. HEX triplet: DA, C1 and C1. RGB value is (218,193,193). Sum of RGB (Red+Green+Blue) = 218+193+193=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1C1 is #253E3E. Grayscale: #C8C8C8. Windows color (decimal): -2440767 or 12698074. OLE color: 12698074.

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

Color convert

RGB218193193-
CMYK00.110.110.15
HSL25.25%80.59%-
HSV(B)11.47%85.49%-
XYZ57.6156.958.4-
YUV200.48123.78140.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=36.09%
G=31.95%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819319300.110.110.15025.2580.59
HexDAC1C10BBF01951
Octal3323013010131317031121
Binary11011010110000011100000101011101111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1C1; }

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

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

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

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

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

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

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

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