#D5D9FF

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

Shades of Quartz #D5D9FF

Tints of Quartz #D5D9FF

Color information

#D5D9FF (or 0xD5D9FF) is unknown color: approx Quartz. HEX triplet: D5, D9 and FF. RGB value is (213,217,255). Sum of RGB (Red+Green+Blue) = 213+217+255=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9FF is #2A2600. Grayscale: #DBDBDB. Windows color (decimal): -2762241 or 16767445. OLE color: 16767445.

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

Color convert

RGB213217255-
CMYK0.160.1500
HSL234.29º100%91.76%-
HSV(B)234.29º16.47%100%-
XYZ70.370.99104.61-
YUV220.14147.67122.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.09%
GREEN value IS 217 (85.16% from 255) = 31.68%
BLUE value IS 255 (100% from 255) = 37.23%
R=31.09%
G=31.68%
B=37.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132172550.160.1500234.2910091.76
HexD5D9FF10F00ea645c
Octal325331377201700352144134
Binary110101011101100111111111100001111001110101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D9FF; }

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

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

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

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

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

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

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

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