#DDEEF9

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

Shades of Pattens Blue #DDEEF9

Tints of Pattens Blue #DDEEF9

Color information

#DDEEF9 (or 0xDDEEF9) is unknown color: approx Pattens Blue. HEX triplet: DD, EE and F9. RGB value is (221,238,249). Sum of RGB (Red+Green+Blue) = 221+238+249=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF9 is #221106. Grayscale: #EAEAEA. Windows color (decimal): -2232583 or 16379613. OLE color: 16379613.

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

Color convert

RGB221238249-
CMYK0.110.0400.02
HSL203.57º70%92.16%-
HSV(B)203.57º11.24%97.65%-
XYZ77.4983.36101.63-
YUV234.17136.37118.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.21%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 249 (97.66% from 255) = 35.17%
R=31.21%
G=33.62%
B=35.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212382490.110.0400.02203.577092.16
HexDDEEF9B402cc465c
Octal33535637113402314106134
Binary11011101111011101111100110111000101100110010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEF9; }

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

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

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

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

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

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

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

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