#D1D4F0

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

Shades of Quartz #D1D4F0

Tints of Quartz #D1D4F0

Color information

#D1D4F0 (or 0xD1D4F0) is unknown color: approx Quartz. HEX triplet: D1, D4 and F0. RGB value is (209,212,240). Sum of RGB (Red+Green+Blue) = 209+212+240=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1D4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4F0 is #2E2B0F. Grayscale: #D6D6D6. Windows color (decimal): -3025680 or 15783121. OLE color: 15783121.

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

Color convert

RGB209212240-
CMYK0.130.1200.06
HSL234.19º50.82%88.04%-
HSV(B)234.19º12.92%94.12%-
XYZ65.5766.9391.9-
YUV214.3142.51124.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 212 (83.20% from 255) = 32.07%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=31.62%
G=32.07%
B=36.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092122400.130.1200.06234.1950.8288.04
HexD1D4F0DC06ea3358
Octal32132436015140635263130
Binary110100011101010011110000110111000110111010101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D4F0; }

 p { color: rgb(209,212,240); }

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

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

 a { background-color: rgb(209,212,240); }

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

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

 span { border-color: rgb(209,212,240); }

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