#DADCFA

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

Shades of Quartz #DADCFA

Tints of Quartz #DADCFA

Color information

#DADCFA (or 0xDADCFA) is unknown color: approx Quartz. HEX triplet: DA, DC and FA. RGB value is (218,220,250). Sum of RGB (Red+Green+Blue) = 218+220+250=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #DADCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCFA is #252305. Grayscale: #DEDEDE. Windows color (decimal): -2433798 or 16440538. OLE color: 16440538.

HSL color Cylindrical-coordinate representation of color #DADCFA: hue angle of 236.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADCFA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218220250-
CMYK0.130.1200.02
HSL236.25º76.19%91.76%-
HSV(B)236.25º12.8%98.04%-
XYZ71.7672.99100.75-
YUV222.82143.34124.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=31.69%
G=31.98%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182202500.130.1200.02236.2576.1991.76
HexDADCFADC02ec4c5c
Octal332334372151402354114134
Binary110110101101110011111010110111000101110110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCFA; }

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

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

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

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

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

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

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

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