Shades of Pattens Blue #DDE9F4
Tints of Pattens Blue #DDE9F4
RGB
CMYK
RGB Variations
Color information
#DDE9F4 (or 0xDDE9F4) is known color: Pattens Blue. HEX triplet: DD, E9 and F4. RGB value is (221,233,244). Sum of RGB (Red+Green+Blue) = 221+233+244=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9F4 is #22160B. Grayscale: #E6E6E6. Windows color (decimal): -2233868 or 16050653. OLE color: 16050653.
HSL color Cylindrical-coordinate representation of color #DDE9F4: hue angle of 208.7º 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 #DDE9F4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 233 | 244 | - |
CMYK | 0.09 | 0.05 | 0 | 0.04 |
HSL | 208.7º | 0.51% | 0.91% | - |
HSV(B) | 208.7º | 0.09% | 0.96% | - |
XYZ | 75.29 | 80.18 | 97.1 | - |
YUV | 230.67 | 135.52 | 121.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 233 | 244 | 0.09 | 0.05 | 0 | 0.04 | 208.7 | 0.51 | 0.91 |
Hex | DD | E9 | F4 | 9 | 5 | 0 | 4 | D1 | 33 | 5B |
Octal | 335 | 351 | 364 | 11 | 5 | 0 | 4 | 321 | 63 | 133 |
Binary | 11011101 | 11101001 | 11110100 | 1001 | 101 | 0 | 100 | 11010001 | 110011 | 1011011 |
Color Harmonies of #DDE9F4
Complementary color
Monochromatic Colors of #DDE9F4
Black with #DDE9F4
Text Example
Text Example
White with #DDE9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9F4; }
p { color: rgb(221,233,244); }
H1.HeaderClassName
{
color: #DDE9F4;
}
.AnyTagClassName
{
color: #DDE9F4;
}
</style>
background-color css
<style>
a { background-color: #DDE9F4; }
a { background-color: rgb(221,233,244); }
div.DivClassName
{
background-color: #DDE9F4;
}
.BgClassName
{
background-color: #DDE9F4;
}
</style>
border-color css
<style>
span { border-color: #DDE9F4; }
span { border-color: rgb(221,233,244); }
td.TdClassName
{
border-color: #DDE9F4;
}
.TagClassName
{
border-color: #DDE9F4;
}
</style>