Html Css Color HEX #D9DCF2 Quartz

📋 copy color: '#D9DCF2'

red 217 ◦ green 220 ◦ blue 242

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

Shades of Quartz #D9DCF2

Tints of Quartz #D9DCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.64%

R = 31.96%
G = 32.4%
B = 35.64%

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

#D9DCF2 (or 0xD9DCF2) is known color: Quartz. HEX triplet: D9, DC and F2. RGB value is (217,220,242). Sum of RGB (Red+Green+Blue) = 217+220+242=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCF2 is #26230D. Grayscale: #DDDDDD. Windows color (decimal): -2499342 or 15916249. OLE color: 15916249.

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

Color convert

RGB 217 220 242 -
CMYK 0.10 0.09 0 0.05
HSL 232.8º 0.49% 0.9% -
HSV(B) 232.8º 0.1% 0.95% -
XYZ 70.24 72.35 94.27 -
YUV 221.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 217 220 242 0.10 0.09 0 0.05 232.8 0.49 0.9
Hex D9 DC F2 A 9 0 5 E9 31 5A
Octal 331 334 362 12 11 0 5 351 61 132
Binary 11011001 11011100 11110010 1010 1001 0 101 11101001 110001 1011010

Color Harmonies of #D9DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCF2

Black with #D9DCF2

Text Example


Text Example

White with #D9DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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