Html Css Color HEX #DADEF6 Quartz

📋 copy color: '#DADEF6'

red 218 ◦ green 222 ◦ blue 246

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

Shades of Quartz #DADEF6

Tints of Quartz #DADEF6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.36%

 BLUE value IS 246 (96.48% from 255) = 35.86%

R = 31.78%
G = 32.36%
B = 35.86%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DADEF6 (or 0xDADEF6) is known color: Quartz. HEX triplet: DA, DE and F6. RGB value is (218,222,246). Sum of RGB (Red+Green+Blue) = 218+222+246=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #DADEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF6 is #252109. Grayscale: #DFDFDF. Windows color (decimal): -2433290 or 16178906. OLE color: 16178906.

HSL color Cylindrical-coordinate representation of color #DADEF6: hue angle of 231.43º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADEF6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 222 246 -
CMYK 0.11 0.10 0 0.04
HSL 231.43º 0.61% 0.91% -
HSV(B) 231.43º 0.11% 0.96% -
XYZ 71.67 73.8 97.66 -
YUV 223.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 218 222 246 0.11 0.10 0 0.04 231.43 0.61 0.91
Hex DA DE F6 B A 0 4 E7 3D 5B
Octal 332 336 366 13 12 0 4 347 75 133
Binary 11011010 11011110 11110110 1011 1010 0 100 11100111 111101 1011011

Color Harmonies of #DADEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEF6

Black with #DADEF6

Text Example


Text Example

White with #DADEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEF6; }

 p { color: rgb(218,222,246); }

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

background-color css

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

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

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

border-color css

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

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

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