#DACCCC

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

Shades of Light Grey #DACCCC

Tints of Light Grey #DACCCC

Color information

#DACCCC (or 0xDACCCC) is unknown color: approx Light Grey. HEX triplet: DA, CC and CC. RGB value is (218,204,204). Sum of RGB (Red+Green+Blue) = 218+204+204=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCCC is #253333. Grayscale: #D0D0D0. Windows color (decimal): -2437940 or 13421786. OLE color: 13421786.

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

Color convert

RGB218204204-
CMYK00.060.060.15
HSL15.91%82.75%-
HSV(B)6.42%85.49%-
XYZ61.4162.4565.94-
YUV208.19125.64135-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=34.82%
G=32.59%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820420400.060.060.15015.9182.75
HexDACCCC066F01053
Octal33231431406617020123
Binary110110101100110011001100011011011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCCC; }

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

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

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

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

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

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

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

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