#DAD6EE

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

Shades of Quartz #DAD6EE

Tints of Quartz #DAD6EE

Color information

#DAD6EE (or 0xDAD6EE) is unknown color: approx Quartz. HEX triplet: DA, D6 and EE. RGB value is (218,214,238). Sum of RGB (Red+Green+Blue) = 218+214+238=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6EE is #252911. Grayscale: #D9D9D9. Windows color (decimal): -2435346 or 15652570. OLE color: 15652570.

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

Color convert

RGB218214238-
CMYK0.080.1000.07
HSL250º41.38%88.63%-
HSV(B)250º10.08%93.33%-
XYZ68.3969.1790.64-
YUV217.93139.33128.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=32.54%
G=31.94%
B=35.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182142380.080.1000.0725041.3888.63
HexDAD6EE8A07fa2959
Octal33232635610120737251131
Binary110110101101011011101110100010100111111110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6EE; }

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

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

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

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

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

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

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

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