Html Css Color HEX #D9DDF9 Quartz

📋 copy color: '#D9DDF9'

red 217 ◦ green 221 ◦ blue 249

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

Shades of Quartz #D9DDF9

Tints of Quartz #D9DDF9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.17%

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

R = 31.59%
G = 32.17%
B = 36.24%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9DDF9 (or 0xD9DDF9) is known color: Quartz. HEX triplet: D9, DD and F9. RGB value is (217,221,249). Sum of RGB (Red+Green+Blue) = 217+221+249=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF9 is #262206. Grayscale: #DEDEDE. Windows color (decimal): -2499079 or 16375257. OLE color: 16375257.

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

Color convert

RGB 217 221 249 -
CMYK 0.13 0.11 0 0.02
HSL 232.5º 0.73% 0.91% -
HSV(B) 232.5º 0.13% 0.98% -
XYZ 71.57 73.3 100 -
YUV 223 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 217 221 249 0.13 0.11 0 0.02 232.5 0.73 0.91
Hex D9 DD F9 D B 0 2 E8 49 5B
Octal 331 335 371 15 13 0 2 350 111 133
Binary 11011001 11011101 11111001 1101 1011 0 10 11101000 1001001 1011011

Color Harmonies of #D9DDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDF9

Black with #D9DDF9

Text Example


Text Example

White with #D9DDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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