#DAD4EE

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

Shades of Quartz #DAD4EE

Tints of Quartz #DAD4EE

Color information

#DAD4EE (or 0xDAD4EE) is unknown color: approx Quartz. HEX triplet: DA, D4 and EE. RGB value is (218,212,238). Sum of RGB (Red+Green+Blue) = 218+212+238=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4EE is #252B11. Grayscale: #D8D8D8. Windows color (decimal): -2435858 or 15652058. OLE color: 15652058.

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

Color convert

RGB218212238-
CMYK0.080.1100.07
HSL253.85º43.33%88.24%-
HSV(B)253.85º10.92%93.33%-
XYZ67.8968.1790.47-
YUV216.76139.99128.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=32.63%
G=31.74%
B=35.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182122380.080.1100.07253.8543.3388.24
HexDAD4EE8B07fe2b58
Octal33232435610130737653130
Binary110110101101010011101110100010110111111111101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4EE; }

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

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

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

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

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

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

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

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