#DEE4E6

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

Shades of Pattens Blue #DEE4E6

Tints of Pattens Blue #DEE4E6

Color information

#DEE4E6 (or 0xDEE4E6) is unknown color: approx Pattens Blue. HEX triplet: DE, E4 and E6. RGB value is (222,228,230). Sum of RGB (Red+Green+Blue) = 222+228+230=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4E6 is #211B19. Grayscale: #E2E2E2. Windows color (decimal): -2169626 or 15131870. OLE color: 15131870.

HSL color Cylindrical-coordinate representation of color #DEE4E6: hue angle of 195º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE4E6 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222228230-
CMYK0.030.0100.10
HSL195º13.79%88.63%-
HSV(B)195º3.48%90.2%-
XYZ72.1576.7385.87-
YUV226.43130.01124.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.65%
GREEN value IS 228 (89.45% from 255) = 33.53%
BLUE value IS 230 (90.23% from 255) = 33.82%
R=32.65%
G=33.53%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222282300.030.0100.1019513.7988.63
HexDEE4E6310Ac3e59
Octal3363443463101230316131
Binary110111101110010011100110111010101100001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4E6; }

 p { color: rgb(222,228,230); }

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

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

 a { background-color: rgb(222,228,230); }

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

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

 span { border-color: rgb(222,228,230); }

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