#D1D0EC

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

Shades of Quartz #D1D0EC

Tints of Quartz #D1D0EC

Color information

#D1D0EC (or 0xD1D0EC) is unknown color: approx Quartz. HEX triplet: D1, D0 and EC. RGB value is (209,208,236). Sum of RGB (Red+Green+Blue) = 209+208+236=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D0EC is #2E2F13. Grayscale: #D3D3D3. Windows color (decimal): -3026708 or 15519953. OLE color: 15519953.

HSL color Cylindrical-coordinate representation of color #D1D0EC: hue angle of 242.14º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1D0EC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209208236-
CMYK0.110.1200.07
HSL242.14º42.42%87.06%-
HSV(B)242.14º11.86%92.55%-
XYZ63.9964.7288.48-
YUV211.49141.83126.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.01%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=32.01%
G=31.85%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092082360.110.1200.07242.1442.4287.06
HexD1D0ECBC07f22a57
Octal32132035413140736252127
Binary110100011101000011101100101111000111111100101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0EC; }

 p { color: rgb(209,208,236); }

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

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

 a { background-color: rgb(209,208,236); }

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

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

 span { border-color: rgb(209,208,236); }

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