#D8DFFE

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

Shades of Quartz #D8DFFE

Tints of Quartz #D8DFFE

Color information

#D8DFFE (or 0xD8DFFE) is unknown color: approx Quartz. HEX triplet: D8, DF and FE. RGB value is (216,223,254). Sum of RGB (Red+Green+Blue) = 216+223+254=693 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.17% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DFFE is #272001. Grayscale: #E0E0E0. Windows color (decimal): -2564098 or 16703448. OLE color: 16703448.

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

Color convert

RGB216223254-
CMYK0.150.1200.00
HSL228.95º95%92.16%-
HSV(B)228.95º14.96%99.61%-
XYZ72.674.53104.33-
YUV224.44144.68121.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.17%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=31.17%
G=32.18%
B=36.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162232540.150.1200.00228.959592.16
HexD8DFFEFC00e55f5c
Octal330337376171400345137134
Binary11011000110111111111111011111100001110010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFFE; }

 p { color: rgb(216,223,254); }

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

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

 a { background-color: rgb(216,223,254); }

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

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

 span { border-color: rgb(216,223,254); }

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