#D9DFFE

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

Shades of Quartz #D9DFFE

Tints of Quartz #D9DFFE

Color information

#D9DFFE (or 0xD9DFFE) is unknown color: approx Quartz. HEX triplet: D9, DF and FE. RGB value is (217,223,254). Sum of RGB (Red+Green+Blue) = 217+223+254=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFFE is #262001. Grayscale: #E0E0E0. Windows color (decimal): -2498562 or 16703449. OLE color: 16703449.

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

Color convert

RGB217223254-
CMYK0.150.1200.00
HSL230.27º94.87%92.35%-
HSV(B)230.27º14.57%99.61%-
XYZ72.8974.68104.34-
YUV224.74144.51122.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.27%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=31.27%
G=32.13%
B=36.60%

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
Decimal2172232540.150.1200.00230.2794.8792.35
HexD9DFFEFC00e65f5c
Octal331337376171400346137134
Binary11011001110111111111111011111100001110011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFFE; }

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

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

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

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

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

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

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

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