#DAC3C3

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

Shades of Alto #DAC3C3

Tints of Alto #DAC3C3

Color information

#DAC3C3 (or 0xDAC3C3) is unknown color: approx Alto. HEX triplet: DA, C3 and C3. RGB value is (218,195,195). Sum of RGB (Red+Green+Blue) = 218+195+195=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3C3 is #253C3C. Grayscale: #C9C9C9. Windows color (decimal): -2440253 or 12829658. OLE color: 12829658.

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

Color convert

RGB218195195-
CMYK00.110.110.15
HSL23.71%80.98%-
HSV(B)10.55%85.49%-
XYZ58.2857.8859.73-
YUV201.88124.12139.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=35.86%
G=32.07%
B=32.07%

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
Decimal21819519500.110.110.15023.7180.98
HexDAC3C30BBF01851
Octal3323033030131317030121
Binary11011010110000111100001101011101111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3C3; }

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

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

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

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

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

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

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

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