#D8DCFF

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

Shades of Quartz #D8DCFF

Tints of Quartz #D8DCFF

Color information

#D8DCFF (or 0xD8DCFF) is unknown color: approx Quartz. HEX triplet: D8, DC and FF. RGB value is (216,220,255). Sum of RGB (Red+Green+Blue) = 216+220+255=691 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.26% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCFF is #272300. Grayscale: #DEDEDE. Windows color (decimal): -2564865 or 16768216. OLE color: 16768216.

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

Color convert

RGB216220255-
CMYK0.150.1400
HSL233.85º100%92.35%-
HSV(B)233.85º15.29%100%-
XYZ71.9673.01104.91-
YUV222.79146.17123.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.26%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 255 (100% from 255) = 36.90%
R=31.26%
G=31.84%
B=36.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162202550.150.1400233.8510092.35
HexD8DCFFFE00ea645c
Octal330334377171600352144134
Binary11011000110111001111111111111110001110101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCFF; }

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

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

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

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

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

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

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

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