#DFE9EE

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

Shades of Pattens Blue #DFE9EE

Tints of Pattens Blue #DFE9EE

Color information

#DFE9EE (or 0xDFE9EE) is unknown color: approx Pattens Blue. HEX triplet: DF, E9 and EE. RGB value is (223,233,238). Sum of RGB (Red+Green+Blue) = 223+233+238=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9EE is #201611. Grayscale: #E6E6E6. Windows color (decimal): -2102802 or 15657439. OLE color: 15657439.

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

Color convert

RGB223233238-
CMYK0.060.0200.07
HSL200º30.61%90.39%-
HSV(B)200º6.3%93.33%-
XYZ7580.1492.4-
YUV230.58132.19122.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=32.13%
G=33.57%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232332380.060.0200.0720030.6190.39
HexDFE9EE6207c81f5a
Octal337351356620731037132
Binary11011111111010011110111011010011111001000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9EE; }

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

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

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

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

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

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

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

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