#DCE6EA

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

Shades of Pattens Blue #DCE6EA

Tints of Pattens Blue #DCE6EA

Color information

#DCE6EA (or 0xDCE6EA) is unknown color: approx Pattens Blue. HEX triplet: DC, E6 and EA. RGB value is (220,230,234). Sum of RGB (Red+Green+Blue) = 220+230+234=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6EA is #231915. Grayscale: #E3E3E3. Windows color (decimal): -2300182 or 15394524. OLE color: 15394524.

HSL color Cylindrical-coordinate representation of color #DCE6EA: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE6EA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220230234-
CMYK0.060.0200.08
HSL197.14º25%89.02%-
HSV(B)197.14º5.98%91.76%-
XYZ72.6677.7589.02-
YUV227.47131.69122.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=32.16%
G=33.63%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202302340.060.0200.08197.142589.02
HexDCE6EA6208c51959
Octal3343463526201030531131
Binary110111001110011011101010110100100011000101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6EA; }

 p { color: rgb(220,230,234); }

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

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

 a { background-color: rgb(220,230,234); }

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

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

 span { border-color: rgb(220,230,234); }

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