#DADAFC

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

Shades of Quartz #DADAFC

Tints of Quartz #DADAFC

Color information

#DADAFC (or 0xDADAFC) is unknown color: approx Quartz. HEX triplet: DA, DA and FC. RGB value is (218,218,252). Sum of RGB (Red+Green+Blue) = 218+218+252=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #DADAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAFC is #252503. Grayscale: #DDDDDD. Windows color (decimal): -2434308 or 16571098. OLE color: 16571098.

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

Color convert

RGB218218252-
CMYK0.130.1300.01
HSL240º85%92.16%-
HSV(B)240º13.49%98.82%-
XYZ71.5672.08102.24-
YUV221.88145125.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=31.69%
G=31.69%
B=36.63%

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
Decimal2182182520.130.1300.012408592.16
HexDADAFCDD01f0555c
Octal332332374151501360125134
Binary11011010110110101111110011011101011111000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAFC; }

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

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

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

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

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

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

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

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