Shades of Pattens Blue #DDEEF4
Tints of Pattens Blue #DDEEF4
RGB
CMYK
RGB Variations
Color information
#DDEEF4 (or 0xDDEEF4) is known color: Pattens Blue. HEX triplet: DD, EE and F4. RGB value is (221,238,244). Sum of RGB (Red+Green+Blue) = 221+238+244=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF4 is #22110B. Grayscale: #E9E9E9. Windows color (decimal): -2232588 or 16051933. OLE color: 16051933.
HSL color Cylindrical-coordinate representation of color #DDEEF4: hue angle of 195.65º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEEF4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 238 | 244 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.04 |
| HSL | 195.65º | 0.51% | 0.91% | - |
| HSV(B) | 195.65º | 0.09% | 0.96% | - |
| XYZ | 76.72 | 83.05 | 97.58 | - |
| YUV | 233.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 244 | 0.09 | 0.02 | 0 | 0.04 | 195.65 | 0.51 | 0.91 |
| Hex | DD | EE | F4 | 9 | 2 | 0 | 4 | C4 | 33 | 5B |
| Octal | 335 | 356 | 364 | 11 | 2 | 0 | 4 | 304 | 63 | 133 |
| Binary | 11011101 | 11101110 | 11110100 | 1001 | 10 | 0 | 100 | 11000100 | 110011 | 1011011 |
Color Harmonies of #DDEEF4
Complementary color
Monochromatic Colors of #DDEEF4
Black with #DDEEF4
Text Example
Text Example
White with #DDEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEF4; }
p { color: rgb(221,238,244); }
H1.HeaderClassName
{
color: #DDEEF4;
}
.AnyTagClassName
{
color: #DDEEF4;
}
</style>
background-color css
<style>
a { background-color: #DDEEF4; }
a { background-color: rgb(221,238,244); }
div.DivClassName
{
background-color: #DDEEF4;
}
.BgClassName
{
background-color: #DDEEF4;
}
</style>
border-color css
<style>
span { border-color: #DDEEF4; }
span { border-color: rgb(221,238,244); }
td.TdClassName
{
border-color: #DDEEF4;
}
.TagClassName
{
border-color: #DDEEF4;
}
</style>