#DCE8F1

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

Shades of Pattens Blue #DCE8F1

Tints of Pattens Blue #DCE8F1

Color information

#DCE8F1 (or 0xDCE8F1) is unknown color: approx Pattens Blue. HEX triplet: DC, E8 and F1. RGB value is (220,232,241). Sum of RGB (Red+Green+Blue) = 220+232+241=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8F1 is #23170E. Grayscale: #E5E5E5. Windows color (decimal): -2299663 or 15853788. OLE color: 15853788.

HSL color Cylindrical-coordinate representation of color #DCE8F1: hue angle of 205.71º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE8F1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220232241-
CMYK0.090.0400.05
HSL205.71º42.86%90.39%-
HSV(B)205.71º8.71%94.51%-
XYZ74.2579.2894.61-
YUV229.44134.52121.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=31.75%
G=33.48%
B=34.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202322410.090.0400.05205.7142.8690.39
HexDCE8F19405ce2b5a
Octal3343503611140531653132
Binary11011100111010001111000110011000101110011101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8F1; }

 p { color: rgb(220,232,241); }

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

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

 a { background-color: rgb(220,232,241); }

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

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

 span { border-color: rgb(220,232,241); }

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