#DEEFF6

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

Shades of Pattens Blue #DEEFF6

Tints of Pattens Blue #DEEFF6

Color information

#DEEFF6 (or 0xDEEFF6) is unknown color: approx Pattens Blue. HEX triplet: DE, EF and F6. RGB value is (222,239,246). Sum of RGB (Red+Green+Blue) = 222+239+246=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFF6 is #211009. Grayscale: #EAEAEA. Windows color (decimal): -2166794 or 16183262. OLE color: 16183262.

HSL color Cylindrical-coordinate representation of color #DEEFF6: hue angle of 197.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEFF6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222239246-
CMYK0.100.0300.04
HSL197.5º57.14%91.76%-
HSV(B)197.5º9.76%96.47%-
XYZ77.6383.9299.29-
YUV234.72134.37118.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=31.40%
G=33.80%
B=34.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222392460.100.0300.04197.557.1491.76
HexDEEFF6A304c6395c
Octal3363573661230430671134
Binary1101111011101111111101101010110100110001101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFF6; }

 p { color: rgb(222,239,246); }

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

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

 a { background-color: rgb(222,239,246); }

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

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

 span { border-color: rgb(222,239,246); }

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