#DFDEEC

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

Shades of Quartz #DFDEEC

Tints of Quartz #DFDEEC

Color information

#DFDEEC (or 0xDFDEEC) is unknown color: approx Quartz. HEX triplet: DF, DE and EC. RGB value is (223,222,236). Sum of RGB (Red+Green+Blue) = 223+222+236=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 222 (87.11% from 255 or 32.60% 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 #DFDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEC is #202113. Grayscale: #DFDFDF. Windows color (decimal): -2105620 or 15523551. OLE color: 15523551.

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

Color convert

RGB223222236-
CMYK0.060.0600.07
HSL244.29º26.92%89.8%-
HSV(B)244.29º5.93%92.55%-
XYZ71.6973.9989.86-
YUV223.9134.83127.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=32.75%
G=32.60%
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
Decimal2232222360.060.0600.07244.2926.9289.8
HexDFDEEC6607f41b5a
Octal337336354660736433132
Binary110111111101111011101100110110011111110100110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEEC; }

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

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

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

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

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

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

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

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