#DFE0F5

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

Shades of Quartz #DFE0F5

Tints of Quartz #DFE0F5

Color information

#DFE0F5 (or 0xDFE0F5) is unknown color: approx Quartz. HEX triplet: DF, E0 and F5. RGB value is (223,224,245). Sum of RGB (Red+Green+Blue) = 223+224+245=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0F5 is #201F0A. Grayscale: #E2E2E2. Windows color (decimal): -2105099 or 16113887. OLE color: 16113887.

HSL color Cylindrical-coordinate representation of color #DFE0F5: hue angle of 237.27º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE0F5 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223224245-
CMYK0.090.0900.04
HSL237.27º52.38%91.76%-
HSV(B)237.27º8.98%96.08%-
XYZ73.5775.5997.1-
YUV226.1138.67125.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 224 (87.89% from 255) = 32.37%
BLUE value IS 245 (96.09% from 255) = 35.40%
R=32.23%
G=32.37%
B=35.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232242450.090.0900.04237.2752.3891.76
HexDFE0F59904ed345c
Octal33734036511110435564134
Binary110111111110000011110101100110010100111011011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0F5; }

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

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

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

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

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

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

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

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