#DAD8FE

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

Shades of Quartz #DAD8FE

Tints of Quartz #DAD8FE

Color information

#DAD8FE (or 0xDAD8FE) is unknown color: approx Quartz. HEX triplet: DA, D8 and FE. RGB value is (218,216,254). Sum of RGB (Red+Green+Blue) = 218+216+254=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8FE is #252701. Grayscale: #DCDCDC. Windows color (decimal): -2434818 or 16701658. OLE color: 16701658.

HSL color Cylindrical-coordinate representation of color #DAD8FE: hue angle of 243.16º 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 #DAD8FE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218216254-
CMYK0.140.1500.00
HSL243.16º95%92.16%-
HSV(B)243.16º14.96%99.61%-
XYZ71.3671.17103.74-
YUV220.93146.66125.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=31.69%
G=31.40%
B=36.92%

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
Decimal2182162540.140.1500.00243.169592.16
HexDAD8FEEF00f35f5c
Octal332330376161700363137134
Binary11011010110110001111111011101111001111001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8FE; }

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

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

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

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

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

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

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

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