Html Css Color HEX #D9DAF2 Quartz

📋 copy color: '#D9DAF2'

red 217 ◦ green 218 ◦ blue 242

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

Shades of Quartz #D9DAF2

Tints of Quartz #D9DAF2

RGB

 RED value IS 217 (85.16% from 255) = 32.05%

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

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 32.05%
G = 32.2%
B = 35.75%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9DAF2 (or 0xD9DAF2) is known color: Quartz. HEX triplet: D9, DA and F2. RGB value is (217,218,242). Sum of RGB (Red+Green+Blue) = 217+218+242=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAF2 is #26250D. Grayscale: #DCDCDC. Windows color (decimal): -2499854 or 15915737. OLE color: 15915737.

HSL color Cylindrical-coordinate representation of color #D9DAF2: hue angle of 237.6º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DAF2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 218 242 -
CMYK 0.10 0.10 0 0.05
HSL 237.6º 0.49% 0.9% -
HSV(B) 237.6º 0.1% 0.95% -
XYZ 69.71 71.31 94.09 -
YUV 220.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 217 218 242 0.10 0.10 0 0.05 237.6 0.49 0.9
Hex D9 DA F2 A A 0 5 EE 31 5A
Octal 331 332 362 12 12 0 5 356 61 132
Binary 11011001 11011010 11110010 1010 1010 0 101 11101110 110001 1011010

Color Harmonies of #D9DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAF2

Black with #D9DAF2

Text Example


Text Example

White with #D9DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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