#DCE4EA

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

Shades of Pattens Blue #DCE4EA

Tints of Pattens Blue #DCE4EA

Color information

#DCE4EA (or 0xDCE4EA) is unknown color: approx Pattens Blue. HEX triplet: DC, E4 and EA. RGB value is (220,228,234). Sum of RGB (Red+Green+Blue) = 220+228+234=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4EA is #231B15. Grayscale: #E2E2E2. Windows color (decimal): -2300694 or 15394012. OLE color: 15394012.

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

Color convert

RGB220228234-
CMYK0.060.0300.08
HSL205.71º25%89.02%-
HSV(B)205.71º5.98%91.76%-
XYZ72.1176.6488.83-
YUV226.29132.35123.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=32.26%
G=33.43%
B=34.31%

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
Decimal2202282340.060.0300.08205.712589.02
HexDCE4EA6308ce1959
Octal3343443526301031631131
Binary110111001110010011101010110110100011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4EA; }

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

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

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

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

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

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

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

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