Html Css Color HEX #D9DAF8 Quartz

📋 copy color: '#D9DAF8'

red 217 ◦ green 218 ◦ blue 248

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

Shades of Quartz #D9DAF8

Tints of Quartz #D9DAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.31%

R = 31.77%
G = 31.92%
B = 36.31%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D9DAF8 (or 0xD9DAF8) is known color: Quartz. HEX triplet: D9, DA and F8. RGB value is (217,218,248). Sum of RGB (Red+Green+Blue) = 217+218+248=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9DAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAF8 is #262507. Grayscale: #DDDDDD. Windows color (decimal): -2499848 or 16308953. OLE color: 16308953.

HSL color Cylindrical-coordinate representation of color #D9DAF8: hue angle of 238.06º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DAF8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 218 248 -
CMYK 0.12 0.12 0 0.03
HSL 238.06º 0.69% 0.91% -
HSV(B) 238.06º 0.13% 0.97% -
XYZ 70.63 71.67 98.92 -
YUV 221.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 217 218 248 0.12 0.12 0 0.03 238.06 0.69 0.91
Hex D9 DA F8 C C 0 3 EE 45 5B
Octal 331 332 370 14 14 0 3 356 105 133
Binary 11011001 11011010 11111000 1100 1100 0 11 11101110 1000101 1011011

Color Harmonies of #D9DAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAF8

Black with #D9DAF8

Text Example


Text Example

White with #D9DAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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