Shades of Pattens Blue #DDECF5
Tints of Pattens Blue #DDECF5
RGB
CMYK
RGB Variations
Color information
#DDECF5 (or 0xDDECF5) is known color: Pattens Blue. HEX triplet: DD, EC and F5. RGB value is (221,236,245). Sum of RGB (Red+Green+Blue) = 221+236+245=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF5 is #22130A. Grayscale: #E8E8E8. Windows color (decimal): -2233099 or 16116957. OLE color: 16116957.
HSL color Cylindrical-coordinate representation of color #DDECF5: hue angle of 202.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDECF5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 236 | 245 | - |
CMYK | 0.10 | 0.04 | 0 | 0.04 |
HSL | 202.5º | 0.55% | 0.91% | - |
HSV(B) | 202.5º | 0.1% | 0.96% | - |
XYZ | 76.3 | 81.96 | 98.18 | - |
YUV | 232.54 | 135.03 | 119.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 245 | 0.10 | 0.04 | 0 | 0.04 | 202.5 | 0.55 | 0.91 |
Hex | DD | EC | F5 | A | 4 | 0 | 4 | CA | 37 | 5B |
Octal | 335 | 354 | 365 | 12 | 4 | 0 | 4 | 312 | 67 | 133 |
Binary | 11011101 | 11101100 | 11110101 | 1010 | 100 | 0 | 100 | 11001010 | 110111 | 1011011 |
Color Harmonies of #DDECF5
Complementary color
Monochromatic Colors of #DDECF5
Black with #DDECF5
Text Example
Text Example
White with #DDECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECF5; }
p { color: rgb(221,236,245); }
H1.HeaderClassName
{
color: #DDECF5;
}
.AnyTagClassName
{
color: #DDECF5;
}
</style>
background-color css
<style>
a { background-color: #DDECF5; }
a { background-color: rgb(221,236,245); }
div.DivClassName
{
background-color: #DDECF5;
}
.BgClassName
{
background-color: #DDECF5;
}
</style>
border-color css
<style>
span { border-color: #DDECF5; }
span { border-color: rgb(221,236,245); }
td.TdClassName
{
border-color: #DDECF5;
}
.TagClassName
{
border-color: #DDECF5;
}
</style>