#DAD8EE

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

Shades of Quartz #DAD8EE

Tints of Quartz #DAD8EE

Color information

#DAD8EE (or 0xDAD8EE) is unknown color: approx Quartz. HEX triplet: DA, D8 and EE. RGB value is (218,216,238). Sum of RGB (Red+Green+Blue) = 218+216+238=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8EE is #252711. Grayscale: #DBDBDB. Windows color (decimal): -2434834 or 15653082. OLE color: 15653082.

HSL color Cylindrical-coordinate representation of color #DAD8EE: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD8EE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218216238-
CMYK0.080.0900.07
HSL245.45º39.29%89.02%-
HSV(B)245.45º9.24%93.33%-
XYZ68.970.1990.81-
YUV219.11138.66127.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=32.44%
G=32.14%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182162380.080.0900.07245.4539.2989.02
HexDAD8EE8907f52759
Octal33233035610110736547131
Binary110110101101100011101110100010010111111101011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8EE; }

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

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

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

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

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

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

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

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