#DAD5EE

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

Shades of Quartz #DAD5EE

Tints of Quartz #DAD5EE

Color information

#DAD5EE (or 0xDAD5EE) is unknown color: approx Quartz. HEX triplet: DA, D5 and EE. RGB value is (218,213,238). Sum of RGB (Red+Green+Blue) = 218+213+238=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5EE is #252A11. Grayscale: #D9D9D9. Windows color (decimal): -2435602 or 15652314. OLE color: 15652314.

HSL color Cylindrical-coordinate representation of color #DAD5EE: hue angle of 252º degrees, saturation: 0.42, 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 #DAD5EE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218213238-
CMYK0.080.1100.07
HSL252º42.37%88.43%-
HSV(B)252º10.5%93.33%-
XYZ68.1468.6790.55-
YUV217.34139.66128.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=32.59%
G=31.84%
B=35.58%

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
Decimal2182132380.080.1100.0725242.3788.43
HexDAD5EE8B07fc2a58
Octal33232535610130737452130
Binary110110101101010111101110100010110111111111001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5EE; }

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

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

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

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

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

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

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

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