#DFE7EC

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

Shades of Pattens Blue #DFE7EC

Tints of Pattens Blue #DFE7EC

Color information

#DFE7EC (or 0xDFE7EC) is unknown color: approx Pattens Blue. HEX triplet: DF, E7 and EC. RGB value is (223,231,236). Sum of RGB (Red+Green+Blue) = 223+231+236=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7EC is #201813. Grayscale: #E5E5E5. Windows color (decimal): -2103316 or 15525855. OLE color: 15525855.

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

Color convert

RGB223231236-
CMYK0.060.0200.07
HSL203.08º25.49%90%-
HSV(B)203.08º5.51%92.55%-
XYZ74.1578.990.68-
YUV229.18131.85123.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=32.32%
G=33.48%
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
Decimal2232312360.060.0200.07203.0825.4990
HexDFE7EC6207cb195a
Octal337347354620731331132
Binary11011111111001111110110011010011111001011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7EC; }

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

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

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

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

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

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

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

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