Shades of Pattens Blue #DDEEFC
Tints of Pattens Blue #DDEEFC
RGB
CMYK
RGB Variations
Color information
#DDEEFC (or 0xDDEEFC) is known color: Pattens Blue. HEX triplet: DD, EE and FC. RGB value is (221,238,252). Sum of RGB (Red+Green+Blue) = 221+238+252=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFC is #221103. Grayscale: #EAEAEA. Windows color (decimal): -2232580 or 16576221. OLE color: 16576221.
HSL color Cylindrical-coordinate representation of color #DDEEFC: hue angle of 207.1º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEEFC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 238 | 252 | - |
CMYK | 0.12 | 0.06 | 0 | 0.01 |
HSL | 207.1º | 0.84% | 0.93% | - |
HSV(B) | 207.1º | 0.12% | 0.99% | - |
XYZ | 77.96 | 83.55 | 104.11 | - |
YUV | 234.51 | 137.87 | 118.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 252 | 0.12 | 0.06 | 0 | 0.01 | 207.1 | 0.84 | 0.93 |
Hex | DD | EE | FC | C | 6 | 0 | 1 | CF | 54 | 5D |
Octal | 335 | 356 | 374 | 14 | 6 | 0 | 1 | 317 | 124 | 135 |
Binary | 11011101 | 11101110 | 11111100 | 1100 | 110 | 0 | 1 | 11001111 | 1010100 | 1011101 |
Color Harmonies of #DDEEFC
Complementary color
Monochromatic Colors of #DDEEFC
Black with #DDEEFC
Text Example
Text Example
White with #DDEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEFC; }
p { color: rgb(221,238,252); }
H1.HeaderClassName
{
color: #DDEEFC;
}
.AnyTagClassName
{
color: #DDEEFC;
}
</style>
background-color css
<style>
a { background-color: #DDEEFC; }
a { background-color: rgb(221,238,252); }
div.DivClassName
{
background-color: #DDEEFC;
}
.BgClassName
{
background-color: #DDEEFC;
}
</style>
border-color css
<style>
span { border-color: #DDEEFC; }
span { border-color: rgb(221,238,252); }
td.TdClassName
{
border-color: #DDEEFC;
}
.TagClassName
{
border-color: #DDEEFC;
}
</style>