Shades of Pattens Blue #DDEFF5
Tints of Pattens Blue #DDEFF5
RGB
CMYK
RGB Variations
Color information
#DDEFF5 (or 0xDDEFF5) is known color: Pattens Blue. HEX triplet: DD, EF and F5. RGB value is (221,239,245). Sum of RGB (Red+Green+Blue) = 221+239+245=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF5 is #22100A. Grayscale: #EAEAEA. Windows color (decimal): -2232331 or 16117725. OLE color: 16117725.
HSL color Cylindrical-coordinate representation of color #DDEFF5: hue angle of 195º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEFF5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 239 | 245 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.04 |
| HSL | 195º | 0.55% | 0.91% | - |
| HSV(B) | 195º | 0.1% | 0.96% | - |
| XYZ | 77.17 | 83.7 | 98.47 | - |
| YUV | 234.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 245 | 0.10 | 0.02 | 0 | 0.04 | 195 | 0.55 | 0.91 |
| Hex | DD | EF | F5 | A | 2 | 0 | 4 | C3 | 37 | 5B |
| Octal | 335 | 357 | 365 | 12 | 2 | 0 | 4 | 303 | 67 | 133 |
| Binary | 11011101 | 11101111 | 11110101 | 1010 | 10 | 0 | 100 | 11000011 | 110111 | 1011011 |
Color Harmonies of #DDEFF5
Complementary color
Monochromatic Colors of #DDEFF5
Black with #DDEFF5
Text Example
Text Example
White with #DDEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFF5; }
p { color: rgb(221,239,245); }
H1.HeaderClassName
{
color: #DDEFF5;
}
.AnyTagClassName
{
color: #DDEFF5;
}
</style>
background-color css
<style>
a { background-color: #DDEFF5; }
a { background-color: rgb(221,239,245); }
div.DivClassName
{
background-color: #DDEFF5;
}
.BgClassName
{
background-color: #DDEFF5;
}
</style>
border-color css
<style>
span { border-color: #DDEFF5; }
span { border-color: rgb(221,239,245); }
td.TdClassName
{
border-color: #DDEFF5;
}
.TagClassName
{
border-color: #DDEFF5;
}
</style>