#DDEEF7

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

Shades of Pattens Blue #DDEEF7

Tints of Pattens Blue #DDEEF7

Color information

#DDEEF7 (or 0xDDEEF7) is unknown color: approx Pattens Blue. HEX triplet: DD, EE and F7. RGB value is (221,238,247). Sum of RGB (Red+Green+Blue) = 221+238+247=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF7 is #221108. Grayscale: #E9E9E9. Windows color (decimal): -2232585 or 16248541. OLE color: 16248541.

HSL color Cylindrical-coordinate representation of color #DDEEF7: hue angle of 200.77º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEEF7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221238247-
CMYK0.110.0400.03
HSL200.77º61.9%91.76%-
HSV(B)200.77º10.53%96.86%-
XYZ77.1883.2499.99-
YUV233.94135.37118.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 247 (96.88% from 255) = 34.99%
R=31.30%
G=33.71%
B=34.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212382470.110.0400.03200.7761.991.76
HexDDEEF7B403c93e5c
Octal3353563671340331176134
Binary1101110111101110111101111011100011110010011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEF7; }

 p { color: rgb(221,238,247); }

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

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

 a { background-color: rgb(221,238,247); }

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

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

 span { border-color: rgb(221,238,247); }

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