#DADAE6

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

Shades of Quartz #DADAE6

Tints of Quartz #DADAE6

Color information

#DADAE6 (or 0xDADAE6) is unknown color: approx Quartz. HEX triplet: DA, DA and E6. RGB value is (218,218,230). Sum of RGB (Red+Green+Blue) = 218+218+230=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 230 - color contains mainly: blue. Hex color #DADAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAE6 is #252519. Grayscale: #DBDBDB. Windows color (decimal): -2434330 or 15129306. OLE color: 15129306.

HSL color Cylindrical-coordinate representation of color #DADAE6: hue angle of 240º degrees, saturation: 0.19, 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 #DADAE6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218218230-
CMYK0.050.0500.10
HSL240º19.35%87.84%-
HSV(B)240º5.22%90.2%-
XYZ68.2770.7684.92-
YUV219.37134127.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=32.73%
G=32.73%
B=34.53%

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
Decimal2182182300.050.0500.1024019.3587.84
HexDADAE6550Af01358
Octal3323323465501236023130
Binary1101101011011010111001101011010101011110000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAE6; }

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

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

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

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

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

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

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

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