#D8DCFD

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

Shades of Quartz #D8DCFD

Tints of Quartz #D8DCFD

Color information

#D8DCFD (or 0xD8DCFD) is unknown color: approx Quartz. HEX triplet: D8, DC and FD. RGB value is (216,220,253). Sum of RGB (Red+Green+Blue) = 216+220+253=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCFD is #272302. Grayscale: #DEDEDE. Windows color (decimal): -2564867 or 16637144. OLE color: 16637144.

HSL color Cylindrical-coordinate representation of color #D8DCFD: hue angle of 233.51º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8DCFD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216220253-
CMYK0.150.1300.01
HSL233.51º90.24%91.96%-
HSV(B)233.51º14.62%99.22%-
XYZ71.6472.88103.22-
YUV222.57145.17123.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=31.35%
G=31.93%
B=36.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162202530.150.1300.01233.5190.2491.96
HexD8DCFDFD01ea5a5c
Octal330334375171501352132134
Binary11011000110111001111110111111101011110101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCFD; }

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

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

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

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

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

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

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

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