#D9DCFE

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

Shades of Quartz #D9DCFE

Tints of Quartz #D9DCFE

Color information

#D9DCFE (or 0xD9DCFE) is unknown color: approx Quartz. HEX triplet: D9, DC and FE. RGB value is (217,220,254). Sum of RGB (Red+Green+Blue) = 217+220+254=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFE is #262301. Grayscale: #DEDEDE. Windows color (decimal): -2499330 or 16702681. OLE color: 16702681.

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

Color convert

RGB217220254-
CMYK0.150.1300.00
HSL235.14º94.87%92.35%-
HSV(B)235.14º14.57%99.61%-
XYZ72.173.09104.07-
YUV222.98145.51123.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.40%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=31.40%
G=31.84%
B=36.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172202540.150.1300.00235.1494.8792.35
HexD9DCFEFD00eb5f5c
Octal331334376171500353137134
Binary11011001110111001111111011111101001110101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCFE; }

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

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

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

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

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

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

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

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