Shades of Pattens Blue #DEE9F3
Tints of Pattens Blue #DEE9F3
RGB
CMYK
RGB Variations
Color information
#DEE9F3 (or 0xDEE9F3) is known color: Pattens Blue. HEX triplet: DE, E9 and F3. RGB value is (222,233,243). Sum of RGB (Red+Green+Blue) = 222+233+243=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEE9F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9F3 is #21160C. Grayscale: #E6E6E6. Windows color (decimal): -2168333 or 15985118. OLE color: 15985118.
HSL color Cylindrical-coordinate representation of color #DEE9F3: hue angle of 208.57º 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 #DEE9F3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 233 | 243 | - |
CMYK | 0.09 | 0.04 | 0 | 0.05 |
HSL | 208.57º | 0.47% | 0.91% | - |
HSV(B) | 208.57º | 0.09% | 0.95% | - |
XYZ | 75.44 | 80.28 | 96.31 | - |
YUV | 230.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 233 | 243 | 0.09 | 0.04 | 0 | 0.05 | 208.57 | 0.47 | 0.91 |
Hex | DE | E9 | F3 | 9 | 4 | 0 | 5 | D1 | 2F | 5B |
Octal | 336 | 351 | 363 | 11 | 4 | 0 | 5 | 321 | 57 | 133 |
Binary | 11011110 | 11101001 | 11110011 | 1001 | 100 | 0 | 101 | 11010001 | 101111 | 1011011 |
Color Harmonies of #DEE9F3
Complementary color
Monochromatic Colors of #DEE9F3
Black with #DEE9F3
Text Example
Text Example
White with #DEE9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9F3; }
p { color: rgb(222,233,243); }
H1.HeaderClassName
{
color: #DEE9F3;
}
.AnyTagClassName
{
color: #DEE9F3;
}
</style>
background-color css
<style>
a { background-color: #DEE9F3; }
a { background-color: rgb(222,233,243); }
div.DivClassName
{
background-color: #DEE9F3;
}
.BgClassName
{
background-color: #DEE9F3;
}
</style>
border-color css
<style>
span { border-color: #DEE9F3; }
span { border-color: rgb(222,233,243); }
td.TdClassName
{
border-color: #DEE9F3;
}
.TagClassName
{
border-color: #DEE9F3;
}
</style>