#DAD3FE

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

Shades of Quartz #DAD3FE

Tints of Quartz #DAD3FE

Color information

#DAD3FE (or 0xDAD3FE) is unknown color: approx Quartz. HEX triplet: DA, D3 and FE. RGB value is (218,211,254). Sum of RGB (Red+Green+Blue) = 218+211+254=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FE is #252C01. Grayscale: #D9D9D9. Windows color (decimal): -2436098 or 16700378. OLE color: 16700378.

HSL color Cylindrical-coordinate representation of color #DAD3FE: hue angle of 249.77º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAD3FE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218211254-
CMYK0.140.1700.00
HSL249.77º95.56%91.18%-
HSV(B)249.77º16.93%99.61%-
XYZ70.168.65103.32-
YUV217.99148.32128-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 211 (82.81% from 255) = 30.89%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=31.92%
G=30.89%
B=37.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182112540.140.1700.00249.7795.5691.18
HexDAD3FEE1100fa605b
Octal332323376162100372140133
Binary110110101101001111111110111010001001111101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3FE; }

 p { color: rgb(218,211,254); }

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

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

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

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

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

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

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