Shades of Pattens Blue #DEECF4
Tints of Pattens Blue #DEECF4
RGB
CMYK
RGB Variations
Color information
#DEECF4 (or 0xDEECF4) is known color: Pattens Blue. HEX triplet: DE, EC and F4. RGB value is (222,236,244). Sum of RGB (Red+Green+Blue) = 222+236+244=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF4 is #21130B. Grayscale: #E8E8E8. Windows color (decimal): -2167564 or 16051422. OLE color: 16051422.
HSL color Cylindrical-coordinate representation of color #DEECF4: hue angle of 201.82º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEECF4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 236 | 244 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.04 |
| HSL | 201.82º | 0.5% | 0.91% | - |
| HSV(B) | 201.82º | 0.09% | 0.96% | - |
| XYZ | 76.45 | 82.05 | 97.4 | - |
| YUV | 232.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 244 | 0.09 | 0.03 | 0 | 0.04 | 201.82 | 0.5 | 0.91 |
| Hex | DE | EC | F4 | 9 | 3 | 0 | 4 | CA | 32 | 5B |
| Octal | 336 | 354 | 364 | 11 | 3 | 0 | 4 | 312 | 62 | 133 |
| Binary | 11011110 | 11101100 | 11110100 | 1001 | 11 | 0 | 100 | 11001010 | 110010 | 1011011 |
Color Harmonies of #DEECF4
Complementary color
Monochromatic Colors of #DEECF4
Black with #DEECF4
Text Example
Text Example
White with #DEECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECF4; }
p { color: rgb(222,236,244); }
H1.HeaderClassName
{
color: #DEECF4;
}
.AnyTagClassName
{
color: #DEECF4;
}
</style>
background-color css
<style>
a { background-color: #DEECF4; }
a { background-color: rgb(222,236,244); }
div.DivClassName
{
background-color: #DEECF4;
}
.BgClassName
{
background-color: #DEECF4;
}
</style>
border-color css
<style>
span { border-color: #DEECF4; }
span { border-color: rgb(222,236,244); }
td.TdClassName
{
border-color: #DEECF4;
}
.TagClassName
{
border-color: #DEECF4;
}
</style>