#DFE0F1

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

Shades of Quartz #DFE0F1

Tints of Quartz #DFE0F1

Color information

#DFE0F1 (or 0xDFE0F1) is unknown color: approx Quartz. HEX triplet: DF, E0 and F1. RGB value is (223,224,241). Sum of RGB (Red+Green+Blue) = 223+224+241=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0F1 is #201F0E. Grayscale: #E1E1E1. Windows color (decimal): -2105103 or 15851743. OLE color: 15851743.

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

Color convert

RGB223224241-
CMYK0.070.0700.05
HSL236.67º39.13%90.98%-
HSV(B)236.67º7.47%94.51%-
XYZ72.9675.3593.92-
YUV225.64136.67126.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 224 (87.89% from 255) = 32.56%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=32.41%
G=32.56%
B=35.03%

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
Decimal2232242410.070.0700.05236.6739.1390.98
HexDFE0F17705ed275b
Octal337340361770535547133
Binary1101111111100000111100011111110101111011011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0F1; }

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

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

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

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

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

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

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

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