#DFDFEC

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

Shades of Quartz #DFDFEC

Tints of Quartz #DFDFEC

Color information

#DFDFEC (or 0xDFDFEC) is unknown color: approx Quartz. HEX triplet: DF, DF and EC. RGB value is (223,223,236). Sum of RGB (Red+Green+Blue) = 223+223+236=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEC is #202013. Grayscale: #E0E0E0. Windows color (decimal): -2105364 or 15523807. OLE color: 15523807.

HSL color Cylindrical-coordinate representation of color #DFDFEC: hue angle of 240º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDFEC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223223236-
CMYK0.060.0600.07
HSL240º25.49%90%-
HSV(B)240º5.51%92.55%-
XYZ71.9674.5289.95-
YUV224.48134.5126.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=32.70%
G=32.70%
B=34.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232232360.060.0600.0724025.4990
HexDFDFEC6607f0195a
Octal337337354660736031132
Binary110111111101111111101100110110011111110000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFEC; }

 p { color: rgb(223,223,236); }

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

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

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

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

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

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

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