#DCE5EE

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

Shades of Pattens Blue #DCE5EE

Tints of Pattens Blue #DCE5EE

Color information

#DCE5EE (or 0xDCE5EE) is unknown color: approx Pattens Blue. HEX triplet: DC, E5 and EE. RGB value is (220,229,238). Sum of RGB (Red+Green+Blue) = 220+229+238=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5EE is #231A11. Grayscale: #E3E3E3. Windows color (decimal): -2300434 or 15656412. OLE color: 15656412.

HSL color Cylindrical-coordinate representation of color #DCE5EE: hue angle of 210º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE5EE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220229238-
CMYK0.080.0400.07
HSL210º34.62%89.8%-
HSV(B)210º7.56%93.33%-
XYZ72.9777.4391.99-
YUV227.34134.02122.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=32.02%
G=33.33%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202292380.080.0400.0721034.6289.8
HexDCE5EE8407d2235a
Octal3343453561040732243132
Binary11011100111001011110111010001000111110100101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5EE; }

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

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

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

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

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

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

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

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