#DCEDF2

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

Shades of Pattens Blue #DCEDF2

Tints of Pattens Blue #DCEDF2

Color information

#DCEDF2 (or 0xDCEDF2) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and F2. RGB value is (220,237,242). Sum of RGB (Red+Green+Blue) = 220+237+242=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF2 is #23120D. Grayscale: #E8E8E8. Windows color (decimal): -2298382 or 15920604. OLE color: 15920604.

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

Color convert

RGB220237242-
CMYK0.090.0200.05
HSL193.64º45.83%90.59%-
HSV(B)193.64º9.09%94.9%-
XYZ75.8382.1995.87-
YUV232.49133.37119.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 237 (92.97% from 255) = 33.91%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=31.47%
G=33.91%
B=34.62%

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
Decimal2202372420.090.0200.05193.6445.8390.59
HexDCEDF29205c22e5b
Octal3343553621120530256133
Binary1101110011101101111100101001100101110000101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDF2; }

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

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

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

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

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

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

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

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