#DCE9F1

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

Shades of Pattens Blue #DCE9F1

Tints of Pattens Blue #DCE9F1

Color information

#DCE9F1 (or 0xDCE9F1) is unknown color: approx Pattens Blue. HEX triplet: DC, E9 and F1. RGB value is (220,233,241). Sum of RGB (Red+Green+Blue) = 220+233+241=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9F1 is #23160E. Grayscale: #E5E5E5. Windows color (decimal): -2299407 or 15854044. OLE color: 15854044.

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

Color convert

RGB220233241-
CMYK0.090.0300.05
HSL202.86º42.86%90.39%-
HSV(B)202.86º8.71%94.51%-
XYZ74.5379.8494.7-
YUV230.02134.19120.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=31.70%
G=33.57%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202332410.090.0300.05202.8642.8690.39
HexDCE9F19305cb2b5a
Octal3343513611130531353132
Binary1101110011101001111100011001110101110010111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9F1; }

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

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

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

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

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

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

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

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