Shades of Pattens Blue #DEEEF6
Tints of Pattens Blue #DEEEF6
RGB
CMYK
RGB Variations
Color information
#DEEEF6 (or 0xDEEEF6) is known color: Pattens Blue. HEX triplet: DE, EE and F6. RGB value is (222,238,246). Sum of RGB (Red+Green+Blue) = 222+238+246=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF6 is #211109. Grayscale: #EAEAEA. Windows color (decimal): -2167050 or 16183006. OLE color: 16183006.
HSL color Cylindrical-coordinate representation of color #DEEEF6: hue angle of 200º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEEF6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 238 | 246 | - |
CMYK | 0.10 | 0.03 | 0 | 0.04 |
HSL | 200º | 0.57% | 0.92% | - |
HSV(B) | 200º | 0.1% | 0.96% | - |
XYZ | 77.33 | 83.33 | 99.2 | - |
YUV | 234.13 | 134.7 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 238 | 246 | 0.10 | 0.03 | 0 | 0.04 | 200 | 0.57 | 0.92 |
Hex | DE | EE | F6 | A | 3 | 0 | 4 | C8 | 39 | 5C |
Octal | 336 | 356 | 366 | 12 | 3 | 0 | 4 | 310 | 71 | 134 |
Binary | 11011110 | 11101110 | 11110110 | 1010 | 11 | 0 | 100 | 11001000 | 111001 | 1011100 |
Color Harmonies of #DEEEF6
Complementary color
Monochromatic Colors of #DEEEF6
Black with #DEEEF6
Text Example
Text Example
White with #DEEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEF6; }
p { color: rgb(222,238,246); }
H1.HeaderClassName
{
color: #DEEEF6;
}
.AnyTagClassName
{
color: #DEEEF6;
}
</style>
background-color css
<style>
a { background-color: #DEEEF6; }
a { background-color: rgb(222,238,246); }
div.DivClassName
{
background-color: #DEEEF6;
}
.BgClassName
{
background-color: #DEEEF6;
}
</style>
border-color css
<style>
span { border-color: #DEEEF6; }
span { border-color: rgb(222,238,246); }
td.TdClassName
{
border-color: #DEEEF6;
}
.TagClassName
{
border-color: #DEEEF6;
}
</style>