Html Css Color HEX #D9DAF1 Quartz

📋 copy color: '#D9DAF1'

red 217 ◦ green 218 ◦ blue 241

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

Shades of Quartz #D9DAF1

Tints of Quartz #D9DAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.65%

R = 32.1%
G = 32.25%
B = 35.65%

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

#D9DAF1 (or 0xD9DAF1) is known color: Quartz. HEX triplet: D9, DA and F1. RGB value is (217,218,241). Sum of RGB (Red+Green+Blue) = 217+218+241=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAF1 is #26250E. Grayscale: #DCDCDC. Windows color (decimal): -2499855 or 15850201. OLE color: 15850201.

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

Color convert

RGB 217 218 241 -
CMYK 0.10 0.10 0 0.05
HSL 237.5º 0.46% 0.9% -
HSV(B) 237.5º 0.1% 0.95% -
XYZ 69.56 71.25 93.3 -
YUV 220.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 217 218 241 0.10 0.10 0 0.05 237.5 0.46 0.9
Hex D9 DA F1 A A 0 5 EE 2E 5A
Octal 331 332 361 12 12 0 5 356 56 132
Binary 11011001 11011010 11110001 1010 1010 0 101 11101110 101110 1011010

Color Harmonies of #D9DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAF1

Black with #D9DAF1

Text Example


Text Example

White with #D9DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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