Shades of Pattens Blue #DDF0FA
Tints of Pattens Blue #DDF0FA
RGB
CMYK
RGB Variations
Color information
#DDF0FA (or 0xDDF0FA) is known color: Pattens Blue. HEX triplet: DD, F0 and FA. RGB value is (221,240,250). Sum of RGB (Red+Green+Blue) = 221+240+250=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FA is #220F05. Grayscale: #EBEBEB. Windows color (decimal): -2232070 or 16445661. OLE color: 16445661.
HSL color Cylindrical-coordinate representation of color #DDF0FA: hue angle of 200.69º 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 #DDF0FA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 240 | 250 | - |
CMYK | 0.12 | 0.04 | 0 | 0.02 |
HSL | 200.69º | 0.74% | 0.92% | - |
HSV(B) | 200.69º | 0.12% | 0.98% | - |
XYZ | 78.23 | 84.59 | 102.65 | - |
YUV | 235.46 | 136.21 | 117.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 250 | 0.12 | 0.04 | 0 | 0.02 | 200.69 | 0.74 | 0.92 |
Hex | DD | F0 | FA | C | 4 | 0 | 2 | C9 | 4A | 5C |
Octal | 335 | 360 | 372 | 14 | 4 | 0 | 2 | 311 | 112 | 134 |
Binary | 11011101 | 11110000 | 11111010 | 1100 | 100 | 0 | 10 | 11001001 | 1001010 | 1011100 |
Color Harmonies of #DDF0FA
Complementary color
Monochromatic Colors of #DDF0FA
Black with #DDF0FA
Text Example
Text Example
White with #DDF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0FA; }
p { color: rgb(221,240,250); }
H1.HeaderClassName
{
color: #DDF0FA;
}
.AnyTagClassName
{
color: #DDF0FA;
}
</style>
background-color css
<style>
a { background-color: #DDF0FA; }
a { background-color: rgb(221,240,250); }
div.DivClassName
{
background-color: #DDF0FA;
}
.BgClassName
{
background-color: #DDF0FA;
}
</style>
border-color css
<style>
span { border-color: #DDF0FA; }
span { border-color: rgb(221,240,250); }
td.TdClassName
{
border-color: #DDF0FA;
}
.TagClassName
{
border-color: #DDF0FA;
}
</style>