#DDF2FA

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

Shades of Pattens Blue #DDF2FA

Tints of Pattens Blue #DDF2FA

Color information

#DDF2FA (or 0xDDF2FA) is unknown color: approx Pattens Blue. HEX triplet: DD, F2 and FA. RGB value is (221,242,250). Sum of RGB (Red+Green+Blue) = 221+242+250=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2FA is #220D05. Grayscale: #ECECEC. Windows color (decimal): -2231558 or 16446173. OLE color: 16446173.

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

Color convert

RGB221242250-
CMYK0.120.0300.02
HSL196.55º74.36%92.35%-
HSV(B)196.55º11.6%98.04%-
XYZ78.8385.78102.84-
YUV236.63135.54116.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.00%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=31.00%
G=33.94%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212422500.120.0300.02196.5574.3692.35
HexDDF2FAC302c54a5c
Octal33536237214302305112134
Binary1101110111110010111110101100110101100010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2FA; }

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

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

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

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

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

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

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

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