Shades of Pattens Blue #DDEEF5
Tints of Pattens Blue #DDEEF5
RGB
CMYK
RGB Variations
Color information
#DDEEF5 (or 0xDDEEF5) is known color: Pattens Blue. HEX triplet: DD, EE and F5. RGB value is (221,238,245). Sum of RGB (Red+Green+Blue) = 221+238+245=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF5 is #22110A. Grayscale: #E9E9E9. Windows color (decimal): -2232587 or 16117469. OLE color: 16117469.
HSL color Cylindrical-coordinate representation of color #DDEEF5: hue angle of 197.5º 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 #DDEEF5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 238 | 245 | - |
CMYK | 0.10 | 0.03 | 0 | 0.04 |
HSL | 197.5º | 0.55% | 0.91% | - |
HSV(B) | 197.5º | 0.1% | 0.96% | - |
XYZ | 76.87 | 83.11 | 98.38 | - |
YUV | 233.72 | 134.37 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 245 | 0.10 | 0.03 | 0 | 0.04 | 197.5 | 0.55 | 0.91 |
Hex | DD | EE | F5 | A | 3 | 0 | 4 | C6 | 37 | 5B |
Octal | 335 | 356 | 365 | 12 | 3 | 0 | 4 | 306 | 67 | 133 |
Binary | 11011101 | 11101110 | 11110101 | 1010 | 11 | 0 | 100 | 11000110 | 110111 | 1011011 |
Color Harmonies of #DDEEF5
Complementary color
Monochromatic Colors of #DDEEF5
Black with #DDEEF5
Text Example
Text Example
White with #DDEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEF5; }
p { color: rgb(221,238,245); }
H1.HeaderClassName
{
color: #DDEEF5;
}
.AnyTagClassName
{
color: #DDEEF5;
}
</style>
background-color css
<style>
a { background-color: #DDEEF5; }
a { background-color: rgb(221,238,245); }
div.DivClassName
{
background-color: #DDEEF5;
}
.BgClassName
{
background-color: #DDEEF5;
}
</style>
border-color css
<style>
span { border-color: #DDEEF5; }
span { border-color: rgb(221,238,245); }
td.TdClassName
{
border-color: #DDEEF5;
}
.TagClassName
{
border-color: #DDEEF5;
}
</style>