#DFE8EE

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

Shades of Pattens Blue #DFE8EE

Tints of Pattens Blue #DFE8EE

Color information

#DFE8EE (or 0xDFE8EE) is unknown color: approx Pattens Blue. HEX triplet: DF, E8 and EE. RGB value is (223,232,238). Sum of RGB (Red+Green+Blue) = 223+232+238=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8EE is #201711. Grayscale: #E5E5E5. Windows color (decimal): -2103058 or 15657183. OLE color: 15657183.

HSL color Cylindrical-coordinate representation of color #DFE8EE: hue angle of 204º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE8EE is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223232238-
CMYK0.060.0300.07
HSL204º30.61%90.39%-
HSV(B)204º6.3%93.33%-
XYZ74.7279.5792.31-
YUV229.99132.52123.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.18%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=32.18%
G=33.48%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232322380.060.0300.0720430.6190.39
HexDFE8EE6307cc1f5a
Octal337350356630731437132
Binary11011111111010001110111011011011111001100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8EE; }

 p { color: rgb(223,232,238); }

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

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

 a { background-color: rgb(223,232,238); }

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

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

 span { border-color: rgb(223,232,238); }

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