#D9DDFF

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

Shades of Quartz #D9DDFF

Tints of Quartz #D9DDFF

Color information

#D9DDFF (or 0xD9DDFF) is unknown color: approx Quartz. HEX triplet: D9, DD and FF. RGB value is (217,221,255). Sum of RGB (Red+Green+Blue) = 217+221+255=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDFF is #262200. Grayscale: #DFDFDF. Windows color (decimal): -2499073 or 16768473. OLE color: 16768473.

HSL color Cylindrical-coordinate representation of color #D9DDFF: hue angle of 233.68º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DDFF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217221255-
CMYK0.150.1300
HSL233.68º100%92.55%-
HSV(B)233.68º14.9%100%-
XYZ72.5273.68105.01-
YUV223.68145.67123.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.31%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 255 (100% from 255) = 36.80%
R=31.31%
G=31.89%
B=36.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172212550.150.1300233.6810092.55
HexD9DDFFFD00ea645d
Octal331335377171500352144135
Binary11011001110111011111111111111101001110101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDFF; }

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

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

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

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

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

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

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

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