#DCE6EF

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

Shades of Pattens Blue #DCE6EF

Tints of Pattens Blue #DCE6EF

Color information

#DCE6EF (or 0xDCE6EF) is unknown color: approx Pattens Blue. HEX triplet: DC, E6 and EF. RGB value is (220,230,239). Sum of RGB (Red+Green+Blue) = 220+230+239=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6EF is #231910. Grayscale: #E3E3E3. Windows color (decimal): -2300177 or 15722204. OLE color: 15722204.

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

Color convert

RGB220230239-
CMYK0.080.0400.06
HSL208.42º37.25%90%-
HSV(B)208.42º7.95%93.73%-
XYZ73.3978.0492.86-
YUV228.04134.19122.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=31.93%
G=33.38%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202302390.080.0400.06208.4237.2590
HexDCE6EF8406d0255a
Octal3343463571040632045132
Binary11011100111001101110111110001000110110100001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6EF; }

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

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

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

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

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

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

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

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