#DEECF0

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

Shades of Pattens Blue #DEECF0

Tints of Pattens Blue #DEECF0

Color information

#DEECF0 (or 0xDEECF0) is unknown color: approx Pattens Blue. HEX triplet: DE, EC and F0. RGB value is (222,236,240). Sum of RGB (Red+Green+Blue) = 222+236+240=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF0 is #21130F. Grayscale: #E8E8E8. Windows color (decimal): -2167568 or 15789278. OLE color: 15789278.

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

Color convert

RGB222236240-
CMYK0.080.0200.06
HSL193.33º37.5%90.59%-
HSV(B)193.33º7.5%94.12%-
XYZ75.8581.8194.23-
YUV232.27132.36120.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 236 (92.58% from 255) = 33.81%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=31.81%
G=33.81%
B=34.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222362400.080.0200.06193.3337.590.59
HexDEECF08206c1255b
Octal3363543601020630145133
Binary1101111011101100111100001000100110110000011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECF0; }

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

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

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

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

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

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

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

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