#D9D9FE

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

Shades of Quartz #D9D9FE

Tints of Quartz #D9D9FE

Color information

#D9D9FE (or 0xD9D9FE) is unknown color: approx Quartz. HEX triplet: D9, D9 and FE. RGB value is (217,217,254). Sum of RGB (Red+Green+Blue) = 217+217+254=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D9FE is #262601. Grayscale: #DDDDDD. Windows color (decimal): -2500098 or 16701913. OLE color: 16701913.

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

Color convert

RGB217217254-
CMYK0.150.1500.00
HSL240º94.87%92.35%-
HSV(B)240º14.57%99.61%-
XYZ71.3271.53103.81-
YUV221.22146.5124.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.54%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=31.54%
G=31.54%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172172540.150.1500.0024094.8792.35
HexD9D9FEFF00f05f5c
Octal331331376171700360137134
Binary11011001110110011111111011111111001111000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9FE; }

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

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

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

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

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

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

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

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