#DDF2F9

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

Shades of Pattens Blue #DDF2F9

Tints of Pattens Blue #DDF2F9

Color information

#DDF2F9 (or 0xDDF2F9) is unknown color: approx Pattens Blue. HEX triplet: DD, F2 and F9. RGB value is (221,242,249). Sum of RGB (Red+Green+Blue) = 221+242+249=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F9 is #220D06. Grayscale: #ECECEC. Windows color (decimal): -2231559 or 16380637. OLE color: 16380637.

HSL color Cylindrical-coordinate representation of color #DDF2F9: hue angle of 195º 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 #DDF2F9 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221242249-
CMYK0.110.0300.02
HSL195º70%92.16%-
HSV(B)195º11.24%97.65%-
XYZ78.6785.72102.02-
YUV236.52135.04116.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.04%
GREEN value IS 242 (94.92% from 255) = 33.99%
BLUE value IS 249 (97.66% from 255) = 34.97%
R=31.04%
G=33.99%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212422490.110.0300.021957092.16
HexDDF2F9B302c3465c
Octal33536237113302303106134
Binary1101110111110010111110011011110101100001110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2F9; }

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

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

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

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

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

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

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

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