#D9DDFE

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

Shades of Quartz #D9DDFE

Tints of Quartz #D9DDFE

Color information

#D9DDFE (or 0xD9DDFE) is unknown color: approx Quartz. HEX triplet: D9, DD and FE. RGB value is (217,221,254). Sum of RGB (Red+Green+Blue) = 217+221+254=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDFE is #262201. Grayscale: #DFDFDF. Windows color (decimal): -2499074 or 16702937. OLE color: 16702937.

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

Color convert

RGB217221254-
CMYK0.150.1300.00
HSL233.51º94.87%92.35%-
HSV(B)233.51º14.57%99.61%-
XYZ72.3673.62104.16-
YUV223.57145.17123.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.36%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=31.36%
G=31.94%
B=36.71%

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
Decimal2172212540.150.1300.00233.5194.8792.35
HexD9DDFEFD00ea5f5c
Octal331335376171500352137134
Binary11011001110111011111111011111101001110101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDFE; }

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

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

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

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

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

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

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

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