#DCE6ED

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

Shades of Pattens Blue #DCE6ED

Tints of Pattens Blue #DCE6ED

Color information

#DCE6ED (or 0xDCE6ED) is unknown color: approx Pattens Blue. HEX triplet: DC, E6 and ED. RGB value is (220,230,237). Sum of RGB (Red+Green+Blue) = 220+230+237=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6ED is #231912. Grayscale: #E3E3E3. Windows color (decimal): -2300179 or 15591132. OLE color: 15591132.

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

Color convert

RGB220230237-
CMYK0.070.0300.07
HSL204.71º32.08%89.61%-
HSV(B)204.71º7.17%92.94%-
XYZ73.177.9291.31-
YUV227.81133.19122.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=32.02%
G=33.48%
B=34.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202302370.070.0300.07204.7132.0889.61
HexDCE6ED7307cd205a
Octal334346355730731540132
Binary110111001110011011101101111110111110011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6ED; }

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

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

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

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

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

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

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

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