Html Css Color HEX #D9DCF1 Quartz

📋 copy color: '#D9DCF1'

red 217 ◦ green 220 ◦ blue 241

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

Shades of Quartz #D9DCF1

Tints of Quartz #D9DCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.45%

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

R = 32.01%
G = 32.45%
B = 35.55%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9DCF1 (or 0xD9DCF1) is known color: Quartz. HEX triplet: D9, DC and F1. RGB value is (217,220,241). Sum of RGB (Red+Green+Blue) = 217+220+241=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCF1 is #26230E. Grayscale: #DDDDDD. Windows color (decimal): -2499343 or 15850713. OLE color: 15850713.

HSL color Cylindrical-coordinate representation of color #D9DCF1: hue angle of 232.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 #D9DCF1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 220 241 -
CMYK 0.10 0.09 0 0.05
HSL 232.5º 0.46% 0.9% -
HSV(B) 232.5º 0.1% 0.95% -
XYZ 70.09 72.29 93.48 -
YUV 221.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 217 220 241 0.10 0.09 0 0.05 232.5 0.46 0.9
Hex D9 DC F1 A 9 0 5 E8 2E 5A
Octal 331 334 361 12 11 0 5 350 56 132
Binary 11011001 11011100 11110001 1010 1001 0 101 11101000 101110 1011010

Color Harmonies of #D9DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCF1

Black with #D9DCF1

Text Example


Text Example

White with #D9DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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