#DAD5EB

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

Shades of Quartz #DAD5EB

Tints of Quartz #DAD5EB

Color information

#DAD5EB (or 0xDAD5EB) is unknown color: approx Quartz. HEX triplet: DA, D5 and EB. RGB value is (218,213,235). Sum of RGB (Red+Green+Blue) = 218+213+235=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5EB is #252A14. Grayscale: #D8D8D8. Windows color (decimal): -2435605 or 15455706. OLE color: 15455706.

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

Color convert

RGB218213235-
CMYK0.070.0900.08
HSL253.64º35.48%87.84%-
HSV(B)253.64º9.36%92.16%-
XYZ67.768.4988.25-
YUV217138.16128.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=32.73%
G=31.98%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182132350.070.0900.08253.6435.4887.84
HexDAD5EB7908fe2358
Octal33232535371101037643130
Binary110110101101010111101011111100101000111111101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5EB; }

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

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

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

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

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

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

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

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