#DAD7FE

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

Shades of Quartz #DAD7FE

Tints of Quartz #DAD7FE

Color information

#DAD7FE (or 0xDAD7FE) is unknown color: approx Quartz. HEX triplet: DA, D7 and FE. RGB value is (218,215,254). Sum of RGB (Red+Green+Blue) = 218+215+254=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7FE is #252801. Grayscale: #DCDCDC. Windows color (decimal): -2435074 or 16701402. OLE color: 16701402.

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

Color convert

RGB218215254-
CMYK0.140.1500.00
HSL244.62º95.12%91.96%-
HSV(B)244.62º15.35%99.61%-
XYZ71.170.66103.66-
YUV220.34146.99126.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 215 (84.38% from 255) = 31.30%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=31.73%
G=31.30%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182152540.140.1500.00244.6295.1291.96
HexDAD7FEEF00f55f5c
Octal332327376161700365137134
Binary11011010110101111111111011101111001111010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7FE; }

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

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

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

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

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

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

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

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