Shades of Pattens Blue #DDF5FE
Tints of Pattens Blue #DDF5FE
RGB
CMYK
RGB Variations
Color information
#DDF5FE (or 0xDDF5FE) is known color: Pattens Blue. HEX triplet: DD, F5 and FE. RGB value is (221,245,254). Sum of RGB (Red+Green+Blue) = 221+245+254=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5FE is #220A01. Grayscale: #EEEEEE. Windows color (decimal): -2230786 or 16709085. OLE color: 16709085.
HSL color Cylindrical-coordinate representation of color #DDF5FE: hue angle of 196.36º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF5FE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 245 | 254 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.00 |
| HSL | 196.36º | 0.94% | 0.93% | - |
| HSV(B) | 196.36º | 0.13% | 1% | - |
| XYZ | 80.36 | 87.83 | 106.48 | - |
| YUV | 238.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 254 | 0.13 | 0.04 | 0 | 0.00 | 196.36 | 0.94 | 0.93 |
| Hex | DD | F5 | FE | D | 4 | 0 | 0 | C4 | 5E | 5D |
| Octal | 335 | 365 | 376 | 15 | 4 | 0 | 0 | 304 | 136 | 135 |
| Binary | 11011101 | 11110101 | 11111110 | 1101 | 100 | 0 | 0 | 11000100 | 1011110 | 1011101 |
Color Harmonies of #DDF5FE
Complementary color
Monochromatic Colors of #DDF5FE
Black with #DDF5FE
Text Example
Text Example
White with #DDF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5FE; }
p { color: rgb(221,245,254); }
H1.HeaderClassName
{
color: #DDF5FE;
}
.AnyTagClassName
{
color: #DDF5FE;
}
</style>
background-color css
<style>
a { background-color: #DDF5FE; }
a { background-color: rgb(221,245,254); }
div.DivClassName
{
background-color: #DDF5FE;
}
.BgClassName
{
background-color: #DDF5FE;
}
</style>
border-color css
<style>
span { border-color: #DDF5FE; }
span { border-color: rgb(221,245,254); }
td.TdClassName
{
border-color: #DDF5FE;
}
.TagClassName
{
border-color: #DDF5FE;
}
</style>