#DAD8EB

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

Shades of Quartz #DAD8EB

Tints of Quartz #DAD8EB

Color information

#DAD8EB (or 0xDAD8EB) is unknown color: approx Quartz. HEX triplet: DA, D8 and EB. RGB value is (218,216,235). Sum of RGB (Red+Green+Blue) = 218+216+235=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAD8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8EB is #252714. Grayscale: #DADADA. Windows color (decimal): -2434837 or 15456474. OLE color: 15456474.

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

Color convert

RGB218216235-
CMYK0.070.0800.08
HSL246.32º32.2%88.43%-
HSV(B)246.32º8.09%92.16%-
XYZ68.4670.0288.5-
YUV218.76137.16127.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 216 (84.77% from 255) = 32.29%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=32.59%
G=32.29%
B=35.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182162350.070.0800.08246.3232.288.43
HexDAD8EB7808f62058
Octal33233035371001036640130
Binary110110101101100011101011111100001000111101101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8EB; }

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

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

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

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

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

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

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

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