#DFE1F1

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

Shades of Quartz #DFE1F1

Tints of Quartz #DFE1F1

Color information

#DFE1F1 (or 0xDFE1F1) is unknown color: approx Quartz. HEX triplet: DF, E1 and F1. RGB value is (223,225,241). Sum of RGB (Red+Green+Blue) = 223+225+241=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1F1 is #201E0E. Grayscale: #E2E2E2. Windows color (decimal): -2104847 or 15851999. OLE color: 15851999.

HSL color Cylindrical-coordinate representation of color #DFE1F1: hue angle of 233.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE1F1 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223225241-
CMYK0.070.0700.05
HSL233.33º39.13%90.98%-
HSV(B)233.33º7.47%94.51%-
XYZ73.2375.8994.01-
YUV226.23136.34125.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 225 (88.28% from 255) = 32.66%
BLUE value IS 241 (94.53% from 255) = 34.98%
R=32.37%
G=32.66%
B=34.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232252410.070.0700.05233.3339.1390.98
HexDFE1F17705e9275b
Octal337341361770535147133
Binary1101111111100001111100011111110101111010011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1F1; }

 p { color: rgb(223,225,241); }

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

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

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

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

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

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

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