#DCE3EA

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

Shades of Pattens Blue #DCE3EA

Tints of Pattens Blue #DCE3EA

Color information

#DCE3EA (or 0xDCE3EA) is unknown color: approx Pattens Blue. HEX triplet: DC, E3 and EA. RGB value is (220,227,234). Sum of RGB (Red+Green+Blue) = 220+227+234=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3EA is #231C15. Grayscale: #E1E1E1. Windows color (decimal): -2300950 or 15393756. OLE color: 15393756.

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

Color convert

RGB220227234-
CMYK0.060.0300.08
HSL210º25%89.02%-
HSV(B)210º5.98%91.76%-
XYZ71.8476.0988.74-
YUV225.7132.68123.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 227 (89.06% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=32.31%
G=33.33%
B=34.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202272340.060.0300.082102589.02
HexDCE3EA6308d21959
Octal3343433526301032231131
Binary110111001110001111101010110110100011010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3EA; }

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

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

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

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

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

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

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

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