#D9DAFE

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

Shades of Quartz #D9DAFE

Tints of Quartz #D9DAFE

Color information

#D9DAFE (or 0xD9DAFE) is unknown color: approx Quartz. HEX triplet: D9, DA and FE. RGB value is (217,218,254). Sum of RGB (Red+Green+Blue) = 217+218+254=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFE is #262501. Grayscale: #DDDDDD. Windows color (decimal): -2499842 or 16702169. OLE color: 16702169.

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

Color convert

RGB217218254-
CMYK0.150.1400.00
HSL238.38º94.87%92.35%-
HSV(B)238.38º14.57%99.61%-
XYZ71.5872.05103.9-
YUV221.8146.17124.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.49%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=31.49%
G=31.64%
B=36.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172182540.150.1400.00238.3894.8792.35
HexD9DAFEFE00ee5f5c
Octal331332376171600356137134
Binary11011001110110101111111011111110001110111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAFE; }

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

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

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

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

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

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

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

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