Shades of Pattens Blue #DDECF9
Tints of Pattens Blue #DDECF9
RGB
CMYK
RGB Variations
Color information
#DDECF9 (or 0xDDECF9) is known color: Pattens Blue. HEX triplet: DD, EC and F9. RGB value is (221,236,249). Sum of RGB (Red+Green+Blue) = 221+236+249=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF9 is #221306. Grayscale: #E8E8E8. Windows color (decimal): -2233095 or 16379101. OLE color: 16379101.
HSL color Cylindrical-coordinate representation of color #DDECF9: hue angle of 207.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDECF9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 236 | 249 | - |
CMYK | 0.11 | 0.05 | 0 | 0.02 |
HSL | 207.86º | 0.7% | 0.92% | - |
HSV(B) | 207.86º | 0.11% | 0.98% | - |
XYZ | 76.91 | 82.2 | 101.44 | - |
YUV | 233 | 137.03 | 119.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 249 | 0.11 | 0.05 | 0 | 0.02 | 207.86 | 0.7 | 0.92 |
Hex | DD | EC | F9 | B | 5 | 0 | 2 | D0 | 46 | 5C |
Octal | 335 | 354 | 371 | 13 | 5 | 0 | 2 | 320 | 106 | 134 |
Binary | 11011101 | 11101100 | 11111001 | 1011 | 101 | 0 | 10 | 11010000 | 1000110 | 1011100 |
Color Harmonies of #DDECF9
Complementary color
Monochromatic Colors of #DDECF9
Black with #DDECF9
Text Example
Text Example
White with #DDECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECF9; }
p { color: rgb(221,236,249); }
H1.HeaderClassName
{
color: #DDECF9;
}
.AnyTagClassName
{
color: #DDECF9;
}
</style>
background-color css
<style>
a { background-color: #DDECF9; }
a { background-color: rgb(221,236,249); }
div.DivClassName
{
background-color: #DDECF9;
}
.BgClassName
{
background-color: #DDECF9;
}
</style>
border-color css
<style>
span { border-color: #DDECF9; }
span { border-color: rgb(221,236,249); }
td.TdClassName
{
border-color: #DDECF9;
}
.TagClassName
{
border-color: #DDECF9;
}
</style>