Shades of Pattens Blue #DCEEFA
Tints of Pattens Blue #DCEEFA
RGB
CMYK
RGB Variations
Color information
#DCEEFA (or 0xDCEEFA) is known color: Pattens Blue. HEX triplet: DC, EE and FA. RGB value is (220,238,250). Sum of RGB (Red+Green+Blue) = 220+238+250=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFA is #231105. Grayscale: #E9E9E9. Windows color (decimal): -2298118 or 16445148. OLE color: 16445148.
HSL color Cylindrical-coordinate representation of color #DCEEFA: hue angle of 204º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEEFA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 238 | 250 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.02 |
| HSL | 204º | 0.75% | 0.92% | - |
| HSV(B) | 204º | 0.12% | 0.98% | - |
| XYZ | 77.35 | 83.27 | 102.44 | - |
| YUV | 233.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 250 | 0.12 | 0.05 | 0 | 0.02 | 204 | 0.75 | 0.92 |
| Hex | DC | EE | FA | C | 5 | 0 | 2 | CC | 4B | 5C |
| Octal | 334 | 356 | 372 | 14 | 5 | 0 | 2 | 314 | 113 | 134 |
| Binary | 11011100 | 11101110 | 11111010 | 1100 | 101 | 0 | 10 | 11001100 | 1001011 | 1011100 |
Color Harmonies of #DCEEFA
Complementary color
Monochromatic Colors of #DCEEFA
Black with #DCEEFA
Text Example
Text Example
White with #DCEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEFA; }
p { color: rgb(220,238,250); }
H1.HeaderClassName
{
color: #DCEEFA;
}
.AnyTagClassName
{
color: #DCEEFA;
}
</style>
background-color css
<style>
a { background-color: #DCEEFA; }
a { background-color: rgb(220,238,250); }
div.DivClassName
{
background-color: #DCEEFA;
}
.BgClassName
{
background-color: #DCEEFA;
}
</style>
border-color css
<style>
span { border-color: #DCEEFA; }
span { border-color: rgb(220,238,250); }
td.TdClassName
{
border-color: #DCEEFA;
}
.TagClassName
{
border-color: #DCEEFA;
}
</style>