Shades of Pattens Blue #DEEBEF
Tints of Pattens Blue #DEEBEF
RGB
CMYK
RGB Variations
Color information
#DEEBEF (or 0xDEEBEF) is known color: Pattens Blue. HEX triplet: DE, EB and EF. RGB value is (222,235,239). Sum of RGB (Red+Green+Blue) = 222+235+239=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBEF is #211410. Grayscale: #E7E7E7. Windows color (decimal): -2167825 or 15723486. OLE color: 15723486.
HSL color Cylindrical-coordinate representation of color #DEEBEF: hue angle of 194.12º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEBEF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 235 | 239 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.06 |
| HSL | 194.12º | 0.35% | 0.9% | - |
| HSV(B) | 194.12º | 0.07% | 0.94% | - |
| XYZ | 75.41 | 81.18 | 93.36 | - |
| YUV | 231.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 239 | 0.07 | 0.02 | 0 | 0.06 | 194.12 | 0.35 | 0.9 |
| Hex | DE | EB | EF | 7 | 2 | 0 | 6 | C2 | 23 | 5A |
| Octal | 336 | 353 | 357 | 7 | 2 | 0 | 6 | 302 | 43 | 132 |
| Binary | 11011110 | 11101011 | 11101111 | 111 | 10 | 0 | 110 | 11000010 | 100011 | 1011010 |
Color Harmonies of #DEEBEF
Complementary color
Monochromatic Colors of #DEEBEF
Black with #DEEBEF
Text Example
Text Example
White with #DEEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBEF; }
p { color: rgb(222,235,239); }
H1.HeaderClassName
{
color: #DEEBEF;
}
.AnyTagClassName
{
color: #DEEBEF;
}
</style>
background-color css
<style>
a { background-color: #DEEBEF; }
a { background-color: rgb(222,235,239); }
div.DivClassName
{
background-color: #DEEBEF;
}
.BgClassName
{
background-color: #DEEBEF;
}
</style>
border-color css
<style>
span { border-color: #DEEBEF; }
span { border-color: rgb(222,235,239); }
td.TdClassName
{
border-color: #DEEBEF;
}
.TagClassName
{
border-color: #DEEBEF;
}
</style>