Html Css Color HEX #D9DCF3 Quartz

📋 copy color: '#D9DCF3'

red 217 ◦ green 220 ◦ blue 243

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

Shades of Quartz #D9DCF3

Tints of Quartz #D9DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.74%

R = 31.91%
G = 32.35%
B = 35.74%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9DCF3 (or 0xD9DCF3) is known color: Quartz. HEX triplet: D9, DC and F3. RGB value is (217,220,243). Sum of RGB (Red+Green+Blue) = 217+220+243=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCF3 is #26230C. Grayscale: #DDDDDD. Windows color (decimal): -2499341 or 15981785. OLE color: 15981785.

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

Color convert

RGB 217 220 243 -
CMYK 0.11 0.09 0 0.05
HSL 233.08º 0.52% 0.9% -
HSV(B) 233.08º 0.11% 0.95% -
XYZ 70.39 72.41 95.06 -
YUV 221.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 217 220 243 0.11 0.09 0 0.05 233.08 0.52 0.9
Hex D9 DC F3 B 9 0 5 E9 34 5A
Octal 331 334 363 13 11 0 5 351 64 132
Binary 11011001 11011100 11110011 1011 1001 0 101 11101001 110100 1011010

Color Harmonies of #D9DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCF3

Black with #D9DCF3

Text Example


Text Example

White with #D9DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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