#D5D9FE

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

Shades of Quartz #D5D9FE

Tints of Quartz #D5D9FE

Color information

#D5D9FE (or 0xD5D9FE) is unknown color: approx Quartz. HEX triplet: D5, D9 and FE. RGB value is (213,217,254). Sum of RGB (Red+Green+Blue) = 213+217+254=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9FE is #2A2601. Grayscale: #DBDBDB. Windows color (decimal): -2762242 or 16701909. OLE color: 16701909.

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

Color convert

RGB213217254-
CMYK0.160.1500.00
HSL234.15º95.35%91.57%-
HSV(B)234.15º16.14%99.61%-
XYZ70.1470.93103.76-
YUV220.02147.17122.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.14%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=31.14%
G=31.73%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132172540.160.1500.00234.1595.3591.57
HexD5D9FE10F00ea5f5c
Octal325331376201700352137134
Binary110101011101100111111110100001111001110101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D9FE; }

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

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

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

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

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

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

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

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