#DFE0EA

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

Shades of Quartz #DFE0EA

Tints of Quartz #DFE0EA

Color information

#DFE0EA (or 0xDFE0EA) is unknown color: approx Quartz. HEX triplet: DF, E0 and EA. RGB value is (223,224,234). Sum of RGB (Red+Green+Blue) = 223+224+234=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0EA is #201F15. Grayscale: #E0E0E0. Windows color (decimal): -2105110 or 15392991. OLE color: 15392991.

HSL color Cylindrical-coordinate representation of color #DFE0EA: hue angle of 234.55º degrees, saturation: 0.21, 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 #DFE0EA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223224234-
CMYK0.050.0400.08
HSL234.55º20.75%89.61%-
HSV(B)234.55º4.7%91.76%-
XYZ71.9474.9488.52-
YUV224.84133.17126.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=32.75%
G=32.89%
B=34.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232242340.050.0400.08234.5520.7589.61
HexDFE0EA5408eb155a
Octal3373403525401035325132
Binary1101111111100000111010101011000100011101011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0EA; }

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

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

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

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

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

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

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

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