#DAD1FC

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

Shades of Quartz #DAD1FC

Tints of Quartz #DAD1FC

Color information

#DAD1FC (or 0xDAD1FC) is unknown color: approx Quartz. HEX triplet: DA, D1 and FC. RGB value is (218,209,252). Sum of RGB (Red+Green+Blue) = 218+209+252=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD1FC is #252E03. Grayscale: #D8D8D8. Windows color (decimal): -2436612 or 16568794. OLE color: 16568794.

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

Color convert

RGB218209252-
CMYK0.130.1700.01
HSL252.56º87.76%90.39%-
HSV(B)252.56º17.06%98.82%-
XYZ69.2867.53101.48-
YUV216.59147.98129-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 209 (82.03% from 255) = 30.78%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=32.11%
G=30.78%
B=37.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182092520.130.1700.01252.5687.7690.39
HexDAD1FCD1101fd585a
Octal332321374152101375130132
Binary110110101101000111111100110110001011111110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1FC; }

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

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

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

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

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

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

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

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