#DFE9ED

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

Shades of Pattens Blue #DFE9ED

Tints of Pattens Blue #DFE9ED

Color information

#DFE9ED (or 0xDFE9ED) is unknown color: approx Pattens Blue. HEX triplet: DF, E9 and ED. RGB value is (223,233,237). Sum of RGB (Red+Green+Blue) = 223+233+237=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9ED is #201612. Grayscale: #E6E6E6. Windows color (decimal): -2102803 or 15591903. OLE color: 15591903.

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

Color convert

RGB223233237-
CMYK0.060.0200.07
HSL197.14º28%90.2%-
HSV(B)197.14º5.91%92.94%-
XYZ74.8680.0891.63-
YUV230.47131.69122.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.18%
GREEN value IS 233 (91.41% from 255) = 33.62%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=32.18%
G=33.62%
B=34.20%

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
Decimal2232332370.060.0200.07197.142890.2
HexDFE9ED6207c51c5a
Octal337351355620730534132
Binary11011111111010011110110111010011111000101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9ED; }

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

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

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

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

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

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

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

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