Html Css Color HEX #DAD9F9 Quartz

📋 copy color: '#DAD9F9'

red 218 ◦ green 217 ◦ blue 249

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

Shades of Quartz #DAD9F9

Tints of Quartz #DAD9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.73%

 BLUE value IS 249 (97.66% from 255) = 36.4%

R = 31.87%
G = 31.73%
B = 36.4%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAD9F9 (or 0xDAD9F9) is known color: Quartz. HEX triplet: DA, D9 and F9. RGB value is (218,217,249). Sum of RGB (Red+Green+Blue) = 218+217+249=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9F9 is #252606. Grayscale: #DCDCDC. Windows color (decimal): -2434567 or 16374234. OLE color: 16374234.

HSL color Cylindrical-coordinate representation of color #DAD9F9: hue angle of 241.88º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAD9F9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 217 249 -
CMYK 0.12 0.13 0 0.02
HSL 241.88º 0.73% 0.91% -
HSV(B) 241.88º 0.13% 0.98% -
XYZ 70.83 71.37 99.67 -
YUV 220.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 218 217 249 0.12 0.13 0 0.02 241.88 0.73 0.91
Hex DA D9 F9 C D 0 2 F2 49 5B
Octal 332 331 371 14 15 0 2 362 111 133
Binary 11011010 11011001 11111001 1100 1101 0 10 11110010 1001001 1011011

Color Harmonies of #DAD9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD9F9

Black with #DAD9F9

Text Example


Text Example

White with #DAD9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD9F9; }

 p { color: rgb(218,217,249); }

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

background-color css

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

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

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

border-color css

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

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

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