#DACDCC

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

Shades of Light Grey #DACDCC

Tints of Light Grey #DACDCC

Color information

#DACDCC (or 0xDACDCC) is unknown color: approx Light Grey. HEX triplet: DA, CD and CC. RGB value is (218,205,204). Sum of RGB (Red+Green+Blue) = 218+205+204=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDCC is #253233. Grayscale: #D0D0D0. Windows color (decimal): -2437684 or 13422042. OLE color: 13422042.

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

Color convert

RGB218205204-
CMYK00.060.060.15
HSL4.29º15.91%82.75%-
HSV(B)4.29º6.42%85.49%-
XYZ61.6462.9366.02-
YUV208.77125.31134.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=34.77%
G=32.70%
B=32.54%

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
Decimal21820520400.060.060.154.2915.9182.75
HexDACDCC066F41053
Octal33231531406617420123
Binary11011010110011011100110001101101111100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDCC; }

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

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

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

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

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

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

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

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