#DAC9C9

Color #DAC9C9 Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #DAC9C9

Tints of Very Light Grey #DAC9C9

Color information

#DAC9C9 (or 0xDAC9C9) is unknown color: approx Very Light Grey. HEX triplet: DA, C9 and C9. RGB value is (218,201,201). Sum of RGB (Red+Green+Blue) = 218+201+201=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9C9 is #253636. Grayscale: #CECECE. Windows color (decimal): -2438711 or 13224410. OLE color: 13224410.

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

Color convert

RGB218201201-
CMYK00.080.080.15
HSL18.68%82.16%-
HSV(B)7.8%85.49%-
XYZ60.3460.963.83-
YUV206.08125.13136.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=35.16%
G=32.42%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820120100.080.080.15018.6882.16
HexDAC9C9088F01352
Octal3323113110101017023122
Binary11011010110010011100100101000100011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9C9; }

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

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

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

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

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

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

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

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