#DADEFA

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

Shades of Quartz #DADEFA

Tints of Quartz #DADEFA

Color information

#DADEFA (or 0xDADEFA) is unknown color: approx Quartz. HEX triplet: DA, DE and FA. RGB value is (218,222,250). Sum of RGB (Red+Green+Blue) = 218+222+250=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #DADEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEFA is #252105. Grayscale: #DFDFDF. Windows color (decimal): -2433286 or 16441050. OLE color: 16441050.

HSL color Cylindrical-coordinate representation of color #DADEFA: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADEFA is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218222250-
CMYK0.130.1100.02
HSL232.5º76.19%91.76%-
HSV(B)232.5º12.8%98.04%-
XYZ72.2974.05100.93-
YUV224142.67123.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=31.59%
G=32.17%
B=36.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182222500.130.1100.02232.576.1991.76
HexDADEFADB02e84c5c
Octal332336372151302350114134
Binary110110101101111011111010110110110101110100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEFA; }

 p { color: rgb(218,222,250); }

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

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

 a { background-color: rgb(218,222,250); }

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

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

 span { border-color: rgb(218,222,250); }

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