#DADADC

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

Shades of Quartz #DADADC

Tints of Quartz #DADADC

Color information

#DADADC (or 0xDADADC) is unknown color: approx Quartz. HEX triplet: DA, DA and DC. RGB value is (218,218,220). Sum of RGB (Red+Green+Blue) = 218+218+220=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 220 - color contains mainly: blue. Hex color #DADADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADADC is #252523. Grayscale: #DADADA. Windows color (decimal): -2434340 or 14473946. OLE color: 14473946.

HSL color Cylindrical-coordinate representation of color #DADADC: hue angle of 240º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADADC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218218220-
CMYK0.010.0100.14
HSL240º2.78%85.88%-
HSV(B)240º0.91%86.27%-
XYZ66.970.2277.74-
YUV218.23129127.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=33.23%
G=33.23%
B=33.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182182200.010.0100.142402.7885.88
HexDADADC110Ef0356
Octal332332334110163603126
Binary110110101101101011011100110111011110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADADC; }

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

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

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

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

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

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

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

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