#DCECF1

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

Shades of Pattens Blue #DCECF1

Tints of Pattens Blue #DCECF1

Color information

#DCECF1 (or 0xDCECF1) is unknown color: approx Pattens Blue. HEX triplet: DC, EC and F1. RGB value is (220,236,241). Sum of RGB (Red+Green+Blue) = 220+236+241=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF1 is #23130E. Grayscale: #E7E7E7. Windows color (decimal): -2298639 or 15854812. OLE color: 15854812.

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

Color convert

RGB220236241-
CMYK0.090.0200.05
HSL194.29º42.86%90.39%-
HSV(B)194.29º8.71%94.51%-
XYZ75.3981.5694.99-
YUV231.79133.2119.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=31.56%
G=33.86%
B=34.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202362410.090.0200.05194.2942.8690.39
HexDCECF19205c22b5a
Octal3343543611120530253132
Binary1101110011101100111100011001100101110000101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECF1; }

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

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

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

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

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

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

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

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