#DDF4FD

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

Shades of Pattens Blue #DDF4FD

Tints of Pattens Blue #DDF4FD

Color information

#DDF4FD (or 0xDDF4FD) is unknown color: approx Pattens Blue. HEX triplet: DD, F4 and FD. RGB value is (221,244,253). Sum of RGB (Red+Green+Blue) = 221+244+253=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4FD is #220B02. Grayscale: #EEEEEE. Windows color (decimal): -2231043 or 16643293. OLE color: 16643293.

HSL color Cylindrical-coordinate representation of color #DDF4FD: hue angle of 196.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF4FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221244253-
CMYK0.130.0400.01
HSL196.88º88.89%92.94%-
HSV(B)196.88º12.65%99.22%-
XYZ79.987.17105.54-
YUV238.15136.38115.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.78%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=30.78%
G=33.98%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212442530.130.0400.01196.8888.8992.94
HexDDF4FDD401c5595d
Octal33536437515401305131135
Binary1101110111110100111111011101100011100010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4FD; }

 p { color: rgb(221,244,253); }

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

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

 a { background-color: rgb(221,244,253); }

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

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

 span { border-color: rgb(221,244,253); }

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