#DADAEC

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

Shades of Quartz #DADAEC

Tints of Quartz #DADAEC

Color information

#DADAEC (or 0xDADAEC) is unknown color: approx Quartz. HEX triplet: DA, DA and EC. RGB value is (218,218,236). Sum of RGB (Red+Green+Blue) = 218+218+236=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAEC is #252513. Grayscale: #DBDBDB. Windows color (decimal): -2434324 or 15522522. OLE color: 15522522.

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

Color convert

RGB218218236-
CMYK0.080.0800.07
HSL240º32.14%89.02%-
HSV(B)240º7.63%92.55%-
XYZ69.1371.189.44-
YUV220.05137126.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=32.44%
G=32.44%
B=35.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182182360.080.0800.0724032.1489.02
HexDADAEC8807f02059
Octal33233235410100736040131
Binary110110101101101011101100100010000111111100001000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAEC; }

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

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

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

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

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

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

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

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