Shades of Pattens Blue #DDF2FA
Tints of Pattens Blue #DDF2FA
RGB
CMYK
RGB Variations
Color information
#DDF2FA (or 0xDDF2FA) is known color: 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
RGB | 221 | 242 | 250 | - |
CMYK | 0.12 | 0.03 | 0 | 0.02 |
HSL | 196.55º | 0.74% | 0.92% | - |
HSV(B) | 196.55º | 0.12% | 0.98% | - |
XYZ | 78.83 | 85.78 | 102.84 | - |
YUV | 236.63 | 135.54 | 116.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 250 | 0.12 | 0.03 | 0 | 0.02 | 196.55 | 0.74 | 0.92 |
Hex | DD | F2 | FA | C | 3 | 0 | 2 | C5 | 4A | 5C |
Octal | 335 | 362 | 372 | 14 | 3 | 0 | 2 | 305 | 112 | 134 |
Binary | 11011101 | 11110010 | 11111010 | 1100 | 11 | 0 | 10 | 11000101 | 1001010 | 1011100 |
Color Harmonies of #DDF2FA
Complementary color
Monochromatic Colors of #DDF2FA
Black with #DDF2FA
Text Example
Text Example
White with #DDF2FA
Text Example
Text Example
HTML Codes & Css Web 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>