#D1CFEC

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

Shades of Quartz #D1CFEC

Tints of Quartz #D1CFEC

Color information

#D1CFEC (or 0xD1CFEC) is unknown color: approx Quartz. HEX triplet: D1, CF and EC. RGB value is (209,207,236). Sum of RGB (Red+Green+Blue) = 209+207+236=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFEC is #2E3013. Grayscale: #D2D2D2. Windows color (decimal): -3026964 or 15519697. OLE color: 15519697.

HSL color Cylindrical-coordinate representation of color #D1CFEC: hue angle of 244.14º degrees, saturation: 0.43, 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 #D1CFEC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209207236-
CMYK0.110.1200.07
HSL244.14º43.28%86.86%-
HSV(B)244.14º12.29%92.55%-
XYZ63.7564.2488.4-
YUV210.9142.16126.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.06%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=32.06%
G=31.75%
B=36.20%

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
Decimal2092072360.110.1200.07244.1443.2886.86
HexD1CFECBC07f42b57
Octal32131735413140736453127
Binary110100011100111111101100101111000111111101001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFEC; }

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

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

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

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

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

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

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

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