#DFE6EC

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

Shades of Pattens Blue #DFE6EC

Tints of Pattens Blue #DFE6EC

Color information

#DFE6EC (or 0xDFE6EC) is unknown color: approx Pattens Blue. HEX triplet: DF, E6 and EC. RGB value is (223,230,236). Sum of RGB (Red+Green+Blue) = 223+230+236=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6EC is #201913. Grayscale: #E4E4E4. Windows color (decimal): -2103572 or 15525599. OLE color: 15525599.

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

Color convert

RGB223230236-
CMYK0.060.0300.07
HSL207.69º25.49%90%-
HSV(B)207.69º5.51%92.55%-
XYZ73.8778.3490.58-
YUV228.59132.18124.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=32.37%
G=33.38%
B=34.25%

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
Decimal2232302360.060.0300.07207.6925.4990
HexDFE6EC6307d0195a
Octal337346354630732031132
Binary11011111111001101110110011011011111010000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6EC; }

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

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

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

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

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

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

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

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