Shades of Pattens Blue #DEE7EE
Tints of Pattens Blue #DEE7EE
RGB
CMYK
RGB Variations
Color information
#DEE7EE (or 0xDEE7EE) is known color: Pattens Blue. HEX triplet: DE, E7 and EE. RGB value is (222,231,238). Sum of RGB (Red+Green+Blue) = 222+231+238=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7EE is #211811. Grayscale: #E5E5E5. Windows color (decimal): -2168850 or 15656926. OLE color: 15656926.
HSL color Cylindrical-coordinate representation of color #DEE7EE: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE7EE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 231 | 238 | - |
CMYK | 0.07 | 0.03 | 0 | 0.07 |
HSL | 206.25º | 0.32% | 0.9% | - |
HSV(B) | 206.25º | 0.07% | 0.93% | - |
XYZ | 74.13 | 78.85 | 92.2 | - |
YUV | 229.11 | 133.02 | 122.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 238 | 0.07 | 0.03 | 0 | 0.07 | 206.25 | 0.32 | 0.9 |
Hex | DE | E7 | EE | 7 | 3 | 0 | 7 | CE | 20 | 5A |
Octal | 336 | 347 | 356 | 7 | 3 | 0 | 7 | 316 | 40 | 132 |
Binary | 11011110 | 11100111 | 11101110 | 111 | 11 | 0 | 111 | 11001110 | 100000 | 1011010 |
Color Harmonies of #DEE7EE
Complementary color
Monochromatic Colors of #DEE7EE
Black with #DEE7EE
Text Example
Text Example
White with #DEE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7EE; }
p { color: rgb(222,231,238); }
H1.HeaderClassName
{
color: #DEE7EE;
}
.AnyTagClassName
{
color: #DEE7EE;
}
</style>
background-color css
<style>
a { background-color: #DEE7EE; }
a { background-color: rgb(222,231,238); }
div.DivClassName
{
background-color: #DEE7EE;
}
.BgClassName
{
background-color: #DEE7EE;
}
</style>
border-color css
<style>
span { border-color: #DEE7EE; }
span { border-color: rgb(222,231,238); }
td.TdClassName
{
border-color: #DEE7EE;
}
.TagClassName
{
border-color: #DEE7EE;
}
</style>