#DADAE5

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

Shades of Quartz #DADAE5

Tints of Quartz #DADAE5

Color information

#DADAE5 (or 0xDADAE5) is unknown color: approx Quartz. HEX triplet: DA, DA and E5. RGB value is (218,218,229). Sum of RGB (Red+Green+Blue) = 218+218+229=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAE5 is #25251A. Grayscale: #DBDBDB. Windows color (decimal): -2434331 or 15063770. OLE color: 15063770.

HSL color Cylindrical-coordinate representation of color #DADAE5: hue angle of 240º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADAE5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218218229-
CMYK0.050.0500.10
HSL240º17.46%87.65%-
HSV(B)240º4.8%89.8%-
XYZ68.1370.7184.19-
YUV219.25133.5127.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 229 (89.84% from 255) = 34.44%
R=32.78%
G=32.78%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182182290.050.0500.1024017.4687.65
HexDADAE5550Af01158
Octal3323323455501236021130
Binary1101101011011010111001011011010101011110000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAE5; }

 p { color: rgb(218,218,229); }

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

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

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

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

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

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

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