Html Css Color HEX #DADAE5 Quartz

📋 copy color: '#DADAE5'

red 218 ◦ green 218 ◦ blue 229

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

Shades of Quartz #DADAE5

Tints of Quartz #DADAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.44%

R = 32.78%
G = 32.78%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DADAE5 (or 0xDADAE5) is known color: Quartz. HEX triplet: DA, DA and E5. RGB value is (218,218,229). Sum of RGB (Red+Green+Blue) = 218+218+229=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAE5 is #25251A. Grayscale: #DBDBDB. Windows color (decimal): -2434331 or 15063770. OLE color: 15063770.

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

Color convert

RGB 218 218 229 -
CMYK 0.05 0.05 0 0.10
HSL 240º 0.17% 0.88% -
HSV(B) 240º 0.05% 0.9% -
XYZ 68.13 70.71 84.19 -
YUV 219.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 218 218 229 0.05 0.05 0 0.10 240 0.17 0.88
Hex DA DA E5 5 5 0 A F0 11 58
Octal 332 332 345 5 5 0 12 360 21 130
Binary 11011010 11011010 11100101 101 101 0 1010 11110000 10001 1011000

Color Harmonies of #DADAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAE5

Black with #DADAE5

Text Example


Text Example

White with #DADAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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