Shades of Pattens Blue #DDECF6
Tints of Pattens Blue #DDECF6
RGB
CMYK
RGB Variations
Color information
#DDECF6 (or 0xDDECF6) is known color: Pattens Blue. HEX triplet: DD, EC and F6. RGB value is (221,236,246). Sum of RGB (Red+Green+Blue) = 221+236+246=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF6 is #221309. Grayscale: #E8E8E8. Windows color (decimal): -2233098 or 16182493. OLE color: 16182493.
HSL color Cylindrical-coordinate representation of color #DDECF6: hue angle of 204º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDECF6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 236 | 246 | - |
CMYK | 0.10 | 0.04 | 0 | 0.04 |
HSL | 204º | 0.58% | 0.92% | - |
HSV(B) | 204º | 0.1% | 0.96% | - |
XYZ | 76.45 | 82.02 | 98.99 | - |
YUV | 232.66 | 135.53 | 119.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 246 | 0.10 | 0.04 | 0 | 0.04 | 204 | 0.58 | 0.92 |
Hex | DD | EC | F6 | A | 4 | 0 | 4 | CC | 3A | 5C |
Octal | 335 | 354 | 366 | 12 | 4 | 0 | 4 | 314 | 72 | 134 |
Binary | 11011101 | 11101100 | 11110110 | 1010 | 100 | 0 | 100 | 11001100 | 111010 | 1011100 |
Color Harmonies of #DDECF6
Complementary color
Monochromatic Colors of #DDECF6
Black with #DDECF6
Text Example
Text Example
White with #DDECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECF6; }
p { color: rgb(221,236,246); }
H1.HeaderClassName
{
color: #DDECF6;
}
.AnyTagClassName
{
color: #DDECF6;
}
</style>
background-color css
<style>
a { background-color: #DDECF6; }
a { background-color: rgb(221,236,246); }
div.DivClassName
{
background-color: #DDECF6;
}
.BgClassName
{
background-color: #DDECF6;
}
</style>
border-color css
<style>
span { border-color: #DDECF6; }
span { border-color: rgb(221,236,246); }
td.TdClassName
{
border-color: #DDECF6;
}
.TagClassName
{
border-color: #DDECF6;
}
</style>