#DADAE7

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

Shades of Quartz #DADAE7

Tints of Quartz #DADAE7

Color information

#DADAE7 (or 0xDADAE7) is unknown color: approx Quartz. HEX triplet: DA, DA and E7. RGB value is (218,218,231). Sum of RGB (Red+Green+Blue) = 218+218+231=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 231 - color contains mainly: blue. Hex color #DADAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAE7 is #252518. Grayscale: #DBDBDB. Windows color (decimal): -2434329 or 15194842. OLE color: 15194842.

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

Color convert

RGB218218231-
CMYK0.060.0600.09
HSL240º21.31%88.04%-
HSV(B)240º5.63%90.59%-
XYZ68.4170.8285.66-
YUV219.48134.5126.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=32.68%
G=32.68%
B=34.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182182310.060.0600.0924021.3188.04
HexDADAE76609f01558
Octal3323323476601136025130
Binary1101101011011010111001111101100100111110000101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAE7; }

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

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

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

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

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

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

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

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