#DADCF6

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

Shades of Quartz #DADCF6

Tints of Quartz #DADCF6

Color information

#DADCF6 (or 0xDADCF6) is unknown color: approx Quartz. HEX triplet: DA, DC and F6. RGB value is (218,220,246). Sum of RGB (Red+Green+Blue) = 218+220+246=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #DADCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF6 is #252309. Grayscale: #DEDEDE. Windows color (decimal): -2433802 or 16178394. OLE color: 16178394.

HSL color Cylindrical-coordinate representation of color #DADCF6: hue angle of 235.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADCF6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218220246-
CMYK0.110.1100.04
HSL235.71º60.87%90.98%-
HSV(B)235.71º11.38%96.47%-
XYZ71.1472.7597.48-
YUV222.37141.34124.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=31.87%
G=32.16%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182202460.110.1100.04235.7160.8790.98
HexDADCF6BB04ec3d5b
Octal33233436613130435475133
Binary110110101101110011110110101110110100111011001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCF6; }

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

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

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

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

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

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

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

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