#D4D5E1

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

Shades of Quartz #D4D5E1

Tints of Quartz #D4D5E1

Color information

#D4D5E1 (or 0xD4D5E1) is unknown color: approx Quartz. HEX triplet: D4, D5 and E1. RGB value is (212,213,225). Sum of RGB (Red+Green+Blue) = 212+213+225=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 213 (83.59% from 255 or 32.77% 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 #D4D5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5E1 is #2B2A1E. Grayscale: #D6D6D6. Windows color (decimal): -2828831 or 14800340. OLE color: 14800340.

HSL color Cylindrical-coordinate representation of color #D4D5E1: hue angle of 235.38º 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 #D4D5E1 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212213225-
CMYK0.060.0500.12
HSL235.38º17.81%85.69%-
HSV(B)235.38º5.78%88.24%-
XYZ64.5467.0280.77-
YUV214.07134.17126.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122132250.060.0500.12235.3817.8185.69
HexD4D5E1650Ceb1256
Octal3243253416501435322126
Binary1101010011010101111000011101010110011101011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5E1; }

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

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

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

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

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

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

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

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