#DCE4EC

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

Shades of Pattens Blue #DCE4EC

Tints of Pattens Blue #DCE4EC

Color information

#DCE4EC (or 0xDCE4EC) is unknown color: approx Pattens Blue. HEX triplet: DC, E4 and EC. RGB value is (220,228,236). Sum of RGB (Red+Green+Blue) = 220+228+236=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4EC is #231B13. Grayscale: #E2E2E2. Windows color (decimal): -2300692 or 15525084. OLE color: 15525084.

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

Color convert

RGB220228236-
CMYK0.070.0300.07
HSL210º29.63%89.41%-
HSV(B)210º6.78%92.55%-
XYZ72.476.7690.36-
YUV226.52133.35123.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=32.16%
G=33.33%
B=34.50%

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
Decimal2202282360.070.0300.0721029.6389.41
HexDCE4EC7307d21e59
Octal334344354730732236131
Binary11011100111001001110110011111011111010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4EC; }

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

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

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

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

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

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

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

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