#D5D4E1

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

Shades of Quartz #D5D4E1

Tints of Quartz #D5D4E1

Color information

#D5D4E1 (or 0xD5D4E1) is unknown color: approx Quartz. HEX triplet: D5, D4 and E1. RGB value is (213,212,225). Sum of RGB (Red+Green+Blue) = 213+212+225=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5D4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4E1 is #2A2B1E. Grayscale: #D5D5D5. Windows color (decimal): -2763551 or 14800085. OLE color: 14800085.

HSL color Cylindrical-coordinate representation of color #D5D4E1: hue angle of 244.62º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5D4E1 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213212225-
CMYK0.050.0600.12
HSL244.62º17.81%85.69%-
HSV(B)244.62º5.78%88.24%-
XYZ64.5766.6780.7-
YUV213.78134.33127.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.77%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=32.77%
G=32.62%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132122250.050.0600.12244.6217.8185.69
HexD5D4E1560Cf51256
Octal3253243415601436522126
Binary1101010111010100111000011011100110011110101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D4E1; }

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

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

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

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

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

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

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

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