Shades of Pattens Blue #DEE4E6
Tints of Pattens Blue #DEE4E6
RGB
CMYK
RGB Variations
Color information
#DEE4E6 (or 0xDEE4E6) is known color: Pattens Blue. HEX triplet: DE, E4 and E6. RGB value is (222,228,230). Sum of RGB (Red+Green+Blue) = 222+228+230=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4E6 is #211B19. Grayscale: #E2E2E2. Windows color (decimal): -2169626 or 15131870. OLE color: 15131870.
HSL color Cylindrical-coordinate representation of color #DEE4E6: hue angle of 195º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE4E6 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 228 | 230 | - |
CMYK | 0.03 | 0.01 | 0 | 0.10 |
HSL | 195º | 0.14% | 0.89% | - |
HSV(B) | 195º | 0.03% | 0.9% | - |
XYZ | 72.15 | 76.73 | 85.87 | - |
YUV | 226.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 228 | 230 | 0.03 | 0.01 | 0 | 0.10 | 195 | 0.14 | 0.89 |
Hex | DE | E4 | E6 | 3 | 1 | 0 | A | C3 | E | 59 |
Octal | 336 | 344 | 346 | 3 | 1 | 0 | 12 | 303 | 16 | 131 |
Binary | 11011110 | 11100100 | 11100110 | 11 | 1 | 0 | 1010 | 11000011 | 1110 | 1011001 |
Color Harmonies of #DEE4E6
Complementary color
Monochromatic Colors of #DEE4E6
Black with #DEE4E6
Text Example
Text Example
White with #DEE4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4E6; }
p { color: rgb(222,228,230); }
H1.HeaderClassName
{
color: #DEE4E6;
}
.AnyTagClassName
{
color: #DEE4E6;
}
</style>
background-color css
<style>
a { background-color: #DEE4E6; }
a { background-color: rgb(222,228,230); }
div.DivClassName
{
background-color: #DEE4E6;
}
.BgClassName
{
background-color: #DEE4E6;
}
</style>
border-color css
<style>
span { border-color: #DEE4E6; }
span { border-color: rgb(222,228,230); }
td.TdClassName
{
border-color: #DEE4E6;
}
.TagClassName
{
border-color: #DEE4E6;
}
</style>