#DFDEF0

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

Shades of Quartz #DFDEF0

Tints of Quartz #DFDEF0

Color information

#DFDEF0 (or 0xDFDEF0) is unknown color: approx Quartz. HEX triplet: DF, DE and F0. RGB value is (223,222,240). Sum of RGB (Red+Green+Blue) = 223+222+240=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF0 is #20210F. Grayscale: #E0E0E0. Windows color (decimal): -2105616 or 15785695. OLE color: 15785695.

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

Color convert

RGB223222240-
CMYK0.070.0800.06
HSL243.33º37.5%90.59%-
HSV(B)243.33º7.5%94.12%-
XYZ72.2874.2292.95-
YUV224.35136.83127.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 222 (87.11% from 255) = 32.41%
BLUE value IS 240 (94.14% from 255) = 35.04%
R=32.55%
G=32.41%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232222400.070.0800.06243.3337.590.59
HexDFDEF07806f3255b
Octal3373363607100636345133
Binary11011111110111101111000011110000110111100111001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEF0; }

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

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

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

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

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

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

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

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