#DADAE1

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

Shades of Quartz #DADAE1

Tints of Quartz #DADAE1

Color information

#DADAE1 (or 0xDADAE1) is unknown color: approx Quartz. HEX triplet: DA, DA and E1. RGB value is (218,218,225). Sum of RGB (Red+Green+Blue) = 218+218+225=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAE1 is #25251E. Grayscale: #DADADA. Windows color (decimal): -2434335 or 14801626. OLE color: 14801626.

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

Color convert

RGB218218225-
CMYK0.030.0300.12
HSL240º10.45%86.86%-
HSV(B)240º3.11%88.24%-
XYZ67.5870.4881.28-
YUV218.8131.5127.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=32.98%
G=32.98%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182182250.030.0300.1224010.4586.86
HexDADAE1330Cf0a57
Octal3323323413301436012127
Binary1101101011011010111000011111011001111000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAE1; }

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

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

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

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

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

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

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

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