#D1CDEC

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

Shades of Quartz #D1CDEC

Tints of Quartz #D1CDEC

Color information

#D1CDEC (or 0xD1CDEC) is unknown color: approx Quartz. HEX triplet: D1, CD and EC. RGB value is (209,205,236). Sum of RGB (Red+Green+Blue) = 209+205+236=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDEC is #2E3213. Grayscale: #D1D1D1. Windows color (decimal): -3027476 or 15519185. OLE color: 15519185.

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

Color convert

RGB209205236-
CMYK0.110.1300.07
HSL247.74º44.93%86.47%-
HSV(B)247.74º13.14%92.55%-
XYZ63.2763.2788.24-
YUV209.73142.83127.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=32.15%
G=31.54%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092052360.110.1300.07247.7444.9386.47
HexD1CDECBD07f82d56
Octal32131535413150737055126
Binary110100011100110111101100101111010111111110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDEC; }

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

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

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

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

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

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

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

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