Html Css Color HEX #DADAF6 Quartz

📋 copy color: '#DADAF6'

red 218 ◦ green 218 ◦ blue 246

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

Shades of Quartz #DADAF6

Tints of Quartz #DADAF6

RGB

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

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

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

R = 31.96%
G = 31.96%
B = 36.07%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DADAF6 (or 0xDADAF6) is known color: Quartz. HEX triplet: DA, DA and F6. RGB value is (218,218,246). Sum of RGB (Red+Green+Blue) = 218+218+246=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #DADAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF6 is #252509. Grayscale: #DDDDDD. Windows color (decimal): -2434314 or 16177882. OLE color: 16177882.

HSL color Cylindrical-coordinate representation of color #DADAF6: hue angle of 240º 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 #DADAF6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 218 246 -
CMYK 0.11 0.11 0 0.04
HSL 240º 0.61% 0.91% -
HSV(B) 240º 0.11% 0.96% -
XYZ 70.62 71.7 97.31 -
YUV 221.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 218 218 246 0.11 0.11 0 0.04 240 0.61 0.91
Hex DA DA F6 B B 0 4 F0 3D 5B
Octal 332 332 366 13 13 0 4 360 75 133
Binary 11011010 11011010 11110110 1011 1011 0 100 11110000 111101 1011011

Color Harmonies of #DADAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAF6

Black with #DADAF6

Text Example


Text Example

White with #DADAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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