#DCE8F2

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

Shades of Pattens Blue #DCE8F2

Tints of Pattens Blue #DCE8F2

Color information

#DCE8F2 (or 0xDCE8F2) is unknown color: approx Pattens Blue. HEX triplet: DC, E8 and F2. RGB value is (220,232,242). Sum of RGB (Red+Green+Blue) = 220+232+242=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8F2 is #23170D. Grayscale: #E5E5E5. Windows color (decimal): -2299662 or 15919324. OLE color: 15919324.

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

Color convert

RGB220232242-
CMYK0.090.0400.05
HSL207.27º45.83%90.59%-
HSV(B)207.27º9.09%94.9%-
XYZ74.479.3495.4-
YUV229.55135.02121.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 232 (91.02% from 255) = 33.43%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=31.70%
G=33.43%
B=34.87%

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
Decimal2202322420.090.0400.05207.2745.8390.59
HexDCE8F29405cf2e5b
Octal3343503621140531756133
Binary11011100111010001111001010011000101110011111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8F2; }

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

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

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

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

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

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

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

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