#DEECF2

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

Shades of Pattens Blue #DEECF2

Tints of Pattens Blue #DEECF2

Color information

#DEECF2 (or 0xDEECF2) is unknown color: approx Pattens Blue. HEX triplet: DE, EC and F2. RGB value is (222,236,242). Sum of RGB (Red+Green+Blue) = 222+236+242=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 236 (92.58% from 255 or 33.71% 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 #DEECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF2 is #21130D. Grayscale: #E8E8E8. Windows color (decimal): -2167566 or 15920350. OLE color: 15920350.

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

Color convert

RGB222236242-
CMYK0.080.0200.05
HSL198º43.48%90.98%-
HSV(B)198º8.26%94.9%-
XYZ76.1581.9395.81-
YUV232.5133.36120.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=31.71%
G=33.71%
B=34.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222362420.080.0200.0519843.4890.98
HexDEECF28205c62b5b
Octal3363543621020530653133
Binary1101111011101100111100101000100101110001101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECF2; }

 p { color: rgb(222,236,242); }

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

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

 a { background-color: rgb(222,236,242); }

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

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

 span { border-color: rgb(222,236,242); }

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