#DAD3FD

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

Shades of Quartz #DAD3FD

Tints of Quartz #DAD3FD

Color information

#DAD3FD (or 0xDAD3FD) is unknown color: approx Quartz. HEX triplet: DA, D3 and FD. RGB value is (218,211,253). Sum of RGB (Red+Green+Blue) = 218+211+253=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FD is #252C02. Grayscale: #D9D9D9. Windows color (decimal): -2436099 or 16634842. OLE color: 16634842.

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

Color convert

RGB218211253-
CMYK0.140.1700.01
HSL250º91.3%90.98%-
HSV(B)250º16.6%99.22%-
XYZ69.9468.59102.48-
YUV217.88147.82128.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 211 (82.81% from 255) = 30.94%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=31.96%
G=30.94%
B=37.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182112530.140.1700.0125091.390.98
HexDAD3FDE1101fa5b5b
Octal332323375162101372133133
Binary110110101101001111111101111010001011111101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3FD; }

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

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

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

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

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

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

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

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