#DEE6EE

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

Shades of Pattens Blue #DEE6EE

Tints of Pattens Blue #DEE6EE

Color information

#DEE6EE (or 0xDEE6EE) is unknown color: approx Pattens Blue. HEX triplet: DE, E6 and EE. RGB value is (222,230,238). Sum of RGB (Red+Green+Blue) = 222+230+238=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6EE is #211911. Grayscale: #E4E4E4. Windows color (decimal): -2169106 or 15656670. OLE color: 15656670.

HSL color Cylindrical-coordinate representation of color #DEE6EE: hue angle of 210º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE6EE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222230238-
CMYK0.070.0300.07
HSL210º32%90.2%-
HSV(B)210º6.72%93.33%-
XYZ73.8578.392.11-
YUV228.52133.35123.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 230 (90.23% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=32.17%
G=33.33%
B=34.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222302380.070.0300.072103290.2
HexDEE6EE7307d2205a
Octal336346356730732240132
Binary110111101110011011101110111110111110100101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6EE; }

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

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

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

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

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

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

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

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