#DCEEF2

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

Shades of Pattens Blue #DCEEF2

Tints of Pattens Blue #DCEEF2

Color information

#DCEEF2 (or 0xDCEEF2) is unknown color: approx Pattens Blue. HEX triplet: DC, EE and F2. RGB value is (220,238,242). Sum of RGB (Red+Green+Blue) = 220+238+242=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF2 is #23110D. Grayscale: #E9E9E9. Windows color (decimal): -2298126 or 15920860. OLE color: 15920860.

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

Color convert

RGB220238242-
CMYK0.090.0200.05
HSL190.91º45.83%90.59%-
HSV(B)190.91º9.09%94.9%-
XYZ76.1282.7895.97-
YUV233.07133.04118.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=31.43%
G=34%
B=34.57%

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
Decimal2202382420.090.0200.05190.9145.8390.59
HexDCEEF29205bf2e5b
Octal3343563621120527756133
Binary1101110011101110111100101001100101101111111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEF2; }

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

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

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

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

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

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

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

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