#DEDFEC

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

Shades of Quartz #DEDFEC

Tints of Quartz #DEDFEC

Color information

#DEDFEC (or 0xDEDFEC) is unknown color: approx Quartz. HEX triplet: DE, DF and EC. RGB value is (222,223,236). Sum of RGB (Red+Green+Blue) = 222+223+236=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFEC is #212013. Grayscale: #E0E0E0. Windows color (decimal): -2170900 or 15523806. OLE color: 15523806.

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

Color convert

RGB222223236-
CMYK0.060.0600.07
HSL235.71º26.92%89.8%-
HSV(B)235.71º5.93%92.55%-
XYZ71.6574.3689.93-
YUV224.18134.67126.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=32.60%
G=32.75%
B=34.65%

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
Decimal2222232360.060.0600.07235.7126.9289.8
HexDEDFEC6607ec1b5a
Octal336337354660735433132
Binary110111101101111111101100110110011111101100110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFEC; }

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

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

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

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

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

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

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

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