#DCE5EC

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

Shades of Pattens Blue #DCE5EC

Tints of Pattens Blue #DCE5EC

Color information

#DCE5EC (or 0xDCE5EC) is unknown color: approx Pattens Blue. HEX triplet: DC, E5 and EC. RGB value is (220,229,236). Sum of RGB (Red+Green+Blue) = 220+229+236=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5EC is #231A13. Grayscale: #E3E3E3. Windows color (decimal): -2300436 or 15525340. OLE color: 15525340.

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

Color convert

RGB220229236-
CMYK0.070.0300.07
HSL206.25º29.63%89.41%-
HSV(B)206.25º6.78%92.55%-
XYZ72.6777.3190.45-
YUV227.11133.02122.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 229 (89.84% from 255) = 33.43%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=32.12%
G=33.43%
B=34.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202292360.070.0300.07206.2529.6389.41
HexDCE5EC7307ce1e59
Octal334345354730731636131
Binary11011100111001011110110011111011111001110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5EC; }

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

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

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

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

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

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

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

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