#DFE0EB

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

Shades of Quartz #DFE0EB

Tints of Quartz #DFE0EB

Color information

#DFE0EB (or 0xDFE0EB) is unknown color: approx Quartz. HEX triplet: DF, E0 and EB. RGB value is (223,224,235). Sum of RGB (Red+Green+Blue) = 223+224+235=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0EB is #201F14. Grayscale: #E0E0E0. Windows color (decimal): -2105109 or 15458527. OLE color: 15458527.

HSL color Cylindrical-coordinate representation of color #DFE0EB: hue angle of 235º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE0EB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223224235-
CMYK0.050.0500.08
HSL235º23.08%89.8%-
HSV(B)235º5.11%92.16%-
XYZ72.087589.27-
YUV224.96133.67126.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=32.70%
G=32.84%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232242350.050.0500.0823523.0889.8
HexDFE0EB5508eb175a
Octal3373403535501035327132
Binary1101111111100000111010111011010100011101011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0EB; }

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

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

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

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

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

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

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

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