#D8DCF3

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

Shades of Quartz #D8DCF3

Tints of Quartz #D8DCF3

Color information

#D8DCF3 (or 0xD8DCF3) is unknown color: approx Quartz. HEX triplet: D8, DC and F3. RGB value is (216,220,243). Sum of RGB (Red+Green+Blue) = 216+220+243=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCF3 is #27230C. Grayscale: #DDDDDD. Windows color (decimal): -2564877 or 15981784. OLE color: 15981784.

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

Color convert

RGB216220243-
CMYK0.110.0900.05
HSL231.11º52.94%90%-
HSV(B)231.11º11.11%95.29%-
XYZ70.0972.2695.05-
YUV221.43140.17124.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.81%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=31.81%
G=32.40%
B=35.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162202430.110.0900.05231.1152.9490
HexD8DCF3B905e7355a
Octal33033436313110534765132
Binary110110001101110011110011101110010101111001111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCF3; }

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

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

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

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

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

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

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

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