#DADCFC

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

Shades of Quartz #DADCFC

Tints of Quartz #DADCFC

Color information

#DADCFC (or 0xDADCFC) is unknown color: approx Quartz. HEX triplet: DA, DC and FC. RGB value is (218,220,252). Sum of RGB (Red+Green+Blue) = 218+220+252=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #DADCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCFC is #252303. Grayscale: #DEDEDE. Windows color (decimal): -2433796 or 16571610. OLE color: 16571610.

HSL color Cylindrical-coordinate representation of color #DADCFC: hue angle of 236.47º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADCFC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218220252-
CMYK0.130.1300.01
HSL236.47º85%92.16%-
HSV(B)236.47º13.49%98.82%-
XYZ72.0873.12102.41-
YUV223.05144.34124.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=31.59%
G=31.88%
B=36.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182202520.130.1300.01236.478592.16
HexDADCFCDD01ec555c
Octal332334374151501354125134
Binary11011010110111001111110011011101011110110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCFC; }

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

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

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

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

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

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

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

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