Html Css Color HEX #DADAE0 Quartz

📋 copy color: '#DADAE0'

red 218 ◦ green 218 ◦ blue 224

#DADAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DADAE0

Tints of Quartz #DADAE0

RGB

 RED value IS 218 (85.55% from 255) = 33.03%

 GREEN value IS 218 (85.55% from 255) = 33.03%

 BLUE value IS 224 (87.89% from 255) = 33.94%

R = 33.03%
G = 33.03%
B = 33.94%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DADAE0 (or 0xDADAE0) is known color: Quartz. HEX triplet: DA, DA and E0. RGB value is (218,218,224). Sum of RGB (Red+Green+Blue) = 218+218+224=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAE0 is #25251F. Grayscale: #DADADA. Windows color (decimal): -2434336 or 14736090. OLE color: 14736090.

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

Color convert

RGB 218 218 224 -
CMYK 0.03 0.03 0 0.12
HSL 240º 0.09% 0.87% -
HSV(B) 240º 0.03% 0.88% -
XYZ 67.44 70.43 80.56 -
YUV 218.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 218 218 224 0.03 0.03 0 0.12 240 0.09 0.87
Hex DA DA E0 3 3 0 C F0 9 57
Octal 332 332 340 3 3 0 14 360 11 127
Binary 11011010 11011010 11100000 11 11 0 1100 11110000 1001 1010111

Color Harmonies of #DADAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAE0

Black with #DADAE0

Text Example


Text Example

White with #DADAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAE0; }

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

 H1.HeaderClassName
 {
   color: #DADAE0;
 }
 .AnyTagClassName
 {
   color: #DADAE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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