#D3CFEC

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

Shades of Quartz #D3CFEC

Tints of Quartz #D3CFEC

Color information

#D3CFEC (or 0xD3CFEC) is unknown color: approx Quartz. HEX triplet: D3, CF and EC. RGB value is (211,207,236). Sum of RGB (Red+Green+Blue) = 211+207+236=654 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.26% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFEC is #2C3013. Grayscale: #D3D3D3. Windows color (decimal): -2895892 or 15519699. OLE color: 15519699.

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

Color convert

RGB211207236-
CMYK0.110.1200.07
HSL248.28º43.28%86.86%-
HSV(B)248.28º12.29%92.55%-
XYZ64.3264.5388.42-
YUV211.5141.83127.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.26%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=32.26%
G=31.65%
B=36.09%

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
Decimal2112072360.110.1200.07248.2843.2886.86
HexD3CFECBC07f82b57
Octal32331735413140737053127
Binary110100111100111111101100101111000111111110001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFEC; }

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

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

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

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

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

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

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

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