#DFE8EC

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

Shades of Pattens Blue #DFE8EC

Tints of Pattens Blue #DFE8EC

Color information

#DFE8EC (or 0xDFE8EC) is unknown color: approx Pattens Blue. HEX triplet: DF, E8 and EC. RGB value is (223,232,236). Sum of RGB (Red+Green+Blue) = 223+232+236=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8EC is #201713. Grayscale: #E5E5E5. Windows color (decimal): -2103060 or 15526111. OLE color: 15526111.

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

Color convert

RGB223232236-
CMYK0.060.0200.07
HSL198.46º25.49%90%-
HSV(B)198.46º5.51%92.55%-
XYZ74.4379.4690.77-
YUV229.76131.52123.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=32.27%
G=33.57%
B=34.15%

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
Decimal2232322360.060.0200.07198.4625.4990
HexDFE8EC6207c6195a
Octal337350354620730631132
Binary11011111111010001110110011010011111000110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8EC; }

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

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

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

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

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

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

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

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