#DAD5F1

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

Shades of Quartz #DAD5F1

Tints of Quartz #DAD5F1

Color information

#DAD5F1 (or 0xDAD5F1) is unknown color: approx Quartz. HEX triplet: DA, D5 and F1. RGB value is (218,213,241). Sum of RGB (Red+Green+Blue) = 218+213+241=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5F1 is #252A0E. Grayscale: #D9D9D9. Windows color (decimal): -2435599 or 15848922. OLE color: 15848922.

HSL color Cylindrical-coordinate representation of color #DAD5F1: hue angle of 250.71º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD5F1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218213241-
CMYK0.100.1200.05
HSL250.71º50%89.02%-
HSV(B)250.71º11.62%94.51%-
XYZ68.5868.8492.89-
YUV217.69141.16128.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=32.44%
G=31.70%
B=35.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182132410.100.1200.05250.715089.02
HexDAD5F1AC05fb3259
Octal33232536112140537362131
Binary110110101101010111110001101011000101111110111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5F1; }

 p { color: rgb(218,213,241); }

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

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

 a { background-color: rgb(218,213,241); }

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

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

 span { border-color: rgb(218,213,241); }

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