#DCE7EC

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

Shades of Pattens Blue #DCE7EC

Tints of Pattens Blue #DCE7EC

Color information

#DCE7EC (or 0xDCE7EC) is unknown color: approx Pattens Blue. HEX triplet: DC, E7 and EC. RGB value is (220,231,236). Sum of RGB (Red+Green+Blue) = 220+231+236=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7EC is #231813. Grayscale: #E4E4E4. Windows color (decimal): -2299924 or 15525852. OLE color: 15525852.

HSL color Cylindrical-coordinate representation of color #DCE7EC: hue angle of 198.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE7EC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220231236-
CMYK0.070.0200.07
HSL198.75º29.63%89.41%-
HSV(B)198.75º6.78%92.55%-
XYZ73.2378.4290.63-
YUV228.28132.36122.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=32.02%
G=33.62%
B=34.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202312360.070.0200.07198.7529.6389.41
HexDCE7EC7207c71e59
Octal334347354720730736131
Binary11011100111001111110110011110011111000111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7EC; }

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

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

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

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

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

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

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

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