Shades of Pattens Blue #DEECF3
Tints of Pattens Blue #DEECF3
RGB
CMYK
RGB Variations
Color information
#DEECF3 (or 0xDEECF3) is known color: Pattens Blue. HEX triplet: DE, EC and F3. RGB value is (222,236,243). Sum of RGB (Red+Green+Blue) = 222+236+243=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF3 is #21130C. Grayscale: #E8E8E8. Windows color (decimal): -2167565 or 15985886. OLE color: 15985886.
HSL color Cylindrical-coordinate representation of color #DEECF3: hue angle of 200º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEECF3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 236 | 243 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.05 |
| HSL | 200º | 0.47% | 0.91% | - |
| HSV(B) | 200º | 0.09% | 0.95% | - |
| XYZ | 76.3 | 81.99 | 96.6 | - |
| YUV | 232.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 243 | 0.09 | 0.03 | 0 | 0.05 | 200 | 0.47 | 0.91 |
| Hex | DE | EC | F3 | 9 | 3 | 0 | 5 | C8 | 2F | 5B |
| Octal | 336 | 354 | 363 | 11 | 3 | 0 | 5 | 310 | 57 | 133 |
| Binary | 11011110 | 11101100 | 11110011 | 1001 | 11 | 0 | 101 | 11001000 | 101111 | 1011011 |
Color Harmonies of #DEECF3
Complementary color
Monochromatic Colors of #DEECF3
Black with #DEECF3
Text Example
Text Example
White with #DEECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECF3; }
p { color: rgb(222,236,243); }
H1.HeaderClassName
{
color: #DEECF3;
}
.AnyTagClassName
{
color: #DEECF3;
}
</style>
background-color css
<style>
a { background-color: #DEECF3; }
a { background-color: rgb(222,236,243); }
div.DivClassName
{
background-color: #DEECF3;
}
.BgClassName
{
background-color: #DEECF3;
}
</style>
border-color css
<style>
span { border-color: #DEECF3; }
span { border-color: rgb(222,236,243); }
td.TdClassName
{
border-color: #DEECF3;
}
.TagClassName
{
border-color: #DEECF3;
}
</style>