#DEECF6

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

Shades of Pattens Blue #DEECF6

Tints of Pattens Blue #DEECF6

Color information

#DEECF6 (or 0xDEECF6) is unknown color: approx Pattens Blue. HEX triplet: DE, EC and F6. RGB value is (222,236,246). Sum of RGB (Red+Green+Blue) = 222+236+246=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF6 is #211309. Grayscale: #E8E8E8. Windows color (decimal): -2167562 or 16182494. OLE color: 16182494.

HSL color Cylindrical-coordinate representation of color #DEECF6: hue angle of 205º 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 #DEECF6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222236246-
CMYK0.100.0400.04
HSL205º57.14%91.76%-
HSV(B)205º9.76%96.47%-
XYZ76.7582.1799-
YUV232.95135.36120.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=31.53%
G=33.52%
B=34.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222362460.100.0400.0420557.1491.76
HexDEECF6A404cd395c
Octal3363543661240431571134
Binary11011110111011001111011010101000100110011011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECF6; }

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

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

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

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

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

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

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

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