#D8DCF9

Color #D8DCF9 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D8DCF9

Tints of Quartz #D8DCF9

Color information

#D8DCF9 (or 0xD8DCF9) is unknown color: approx Quartz. HEX triplet: D8, DC and F9. RGB value is (216,220,249). Sum of RGB (Red+Green+Blue) = 216+220+249=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCF9 is #272306. Grayscale: #DDDDDD. Windows color (decimal): -2564871 or 16375000. OLE color: 16375000.

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

Color convert

RGB216220249-
CMYK0.130.1200.02
HSL232.73º73.33%91.18%-
HSV(B)232.73º13.25%97.65%-
XYZ71.0172.6299.9-
YUV222.11143.17123.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.53%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=31.53%
G=32.12%
B=36.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162202490.130.1200.02232.7373.3391.18
HexD8DCF9DC02e9495b
Octal330334371151402351111133
Binary110110001101110011111001110111000101110100110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCF9; }

 p { color: rgb(216,220,249); }

 H1.HeaderClassName
 {
   color: #D8DCF9;
 }
 .AnyTagClassName
 {
   color: #D8DCF9;
 }
</style>
background-color css

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

 a { background-color: rgb(216,220,249); }

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

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

 span { border-color: rgb(216,220,249); }

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