#D9DDFD

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

Shades of Quartz #D9DDFD

Tints of Quartz #D9DDFD

Color information

#D9DDFD (or 0xD9DDFD) is unknown color: approx Quartz. HEX triplet: D9, DD and FD. RGB value is (217,221,253). Sum of RGB (Red+Green+Blue) = 217+221+253=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDFD is #262202. Grayscale: #DFDFDF. Windows color (decimal): -2499075 or 16637401. OLE color: 16637401.

HSL color Cylindrical-coordinate representation of color #D9DDFD: hue angle of 233.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DDFD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217221253-
CMYK0.140.1300.01
HSL233.33º90%92.16%-
HSV(B)233.33º14.23%99.22%-
XYZ72.273.56103.32-
YUV223.45144.67123.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.40%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=31.40%
G=31.98%
B=36.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172212530.140.1300.01233.339092.16
HexD9DDFDED01e95a5c
Octal331335375161501351132134
Binary11011001110111011111110111101101011110100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDFD; }

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

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

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

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

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

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

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

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