#DFDEEF

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

Shades of Quartz #DFDEEF

Tints of Quartz #DFDEEF

Color information

#DFDEEF (or 0xDFDEEF) is unknown color: approx Quartz. HEX triplet: DF, DE and EF. RGB value is (223,222,239). Sum of RGB (Red+Green+Blue) = 223+222+239=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEF is #202110. Grayscale: #E0E0E0. Windows color (decimal): -2105617 or 15720159. OLE color: 15720159.

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

Color convert

RGB223222239-
CMYK0.070.0700.06
HSL243.53º34.69%90.39%-
HSV(B)243.53º7.11%93.73%-
XYZ72.1374.1692.17-
YUV224.24136.33127.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=32.60%
G=32.46%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232222390.070.0700.06243.5334.6990.39
HexDFDEEF7706f4235a
Octal337336357770636443132
Binary1101111111011110111011111111110110111101001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEEF; }

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

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

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

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

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

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

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

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