#D5D4F9

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

Shades of Quartz #D5D4F9

Tints of Quartz #D5D4F9

Color information

#D5D4F9 (or 0xD5D4F9) is unknown color: approx Quartz. HEX triplet: D5, D4 and F9. RGB value is (213,212,249). Sum of RGB (Red+Green+Blue) = 213+212+249=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5D4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D4F9 is #2A2B06. Grayscale: #D8D8D8. Windows color (decimal): -2763527 or 16372949. OLE color: 16372949.

HSL color Cylindrical-coordinate representation of color #D5D4F9: hue angle of 241.62º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5D4F9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213212249-
CMYK0.140.1500.02
HSL241.62º75.51%90.39%-
HSV(B)241.62º14.86%97.65%-
XYZ68.0868.0799.17-
YUV216.52146.33125.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.60%
GREEN value IS 212 (83.20% from 255) = 31.45%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=31.60%
G=31.45%
B=36.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132122490.140.1500.02241.6275.5190.39
HexD5D4F9EF02f24c5a
Octal325324371161702362114132
Binary110101011101010011111001111011110101111001010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D4F9; }

 p { color: rgb(213,212,249); }

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

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

 a { background-color: rgb(213,212,249); }

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

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

 span { border-color: rgb(213,212,249); }

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