Shades of Pattens Blue #DDE9F0
Tints of Pattens Blue #DDE9F0
RGB
CMYK
RGB Variations
Color information
#DDE9F0 (or 0xDDE9F0) is known color: Pattens Blue. HEX triplet: DD, E9 and F0. RGB value is (221,233,240). Sum of RGB (Red+Green+Blue) = 221+233+240=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDE9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9F0 is #22160F. Grayscale: #E6E6E6. Windows color (decimal): -2233872 or 15788509. OLE color: 15788509.
HSL color Cylindrical-coordinate representation of color #DDE9F0: hue angle of 202.11º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE9F0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 233 | 240 | - |
CMYK | 0.08 | 0.03 | 0 | 0.06 |
HSL | 202.11º | 0.39% | 0.9% | - |
HSV(B) | 202.11º | 0.08% | 0.94% | - |
XYZ | 74.69 | 79.94 | 93.93 | - |
YUV | 230.21 | 133.52 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 233 | 240 | 0.08 | 0.03 | 0 | 0.06 | 202.11 | 0.39 | 0.9 |
Hex | DD | E9 | F0 | 8 | 3 | 0 | 6 | CA | 27 | 5A |
Octal | 335 | 351 | 360 | 10 | 3 | 0 | 6 | 312 | 47 | 132 |
Binary | 11011101 | 11101001 | 11110000 | 1000 | 11 | 0 | 110 | 11001010 | 100111 | 1011010 |
Color Harmonies of #DDE9F0
Complementary color
Monochromatic Colors of #DDE9F0
Black with #DDE9F0
Text Example
Text Example
White with #DDE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9F0; }
p { color: rgb(221,233,240); }
H1.HeaderClassName
{
color: #DDE9F0;
}
.AnyTagClassName
{
color: #DDE9F0;
}
</style>
background-color css
<style>
a { background-color: #DDE9F0; }
a { background-color: rgb(221,233,240); }
div.DivClassName
{
background-color: #DDE9F0;
}
.BgClassName
{
background-color: #DDE9F0;
}
</style>
border-color css
<style>
span { border-color: #DDE9F0; }
span { border-color: rgb(221,233,240); }
td.TdClassName
{
border-color: #DDE9F0;
}
.TagClassName
{
border-color: #DDE9F0;
}
</style>