Shades of Pattens Blue #DCEAEF
Tints of Pattens Blue #DCEAEF
RGB
CMYK
RGB Variations
Color information
#DCEAEF (or 0xDCEAEF) is known color: Pattens Blue. HEX triplet: DC, EA and EF. RGB value is (220,234,239). Sum of RGB (Red+Green+Blue) = 220+234+239=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAEF is #231510. Grayscale: #E6E6E6. Windows color (decimal): -2299153 or 15723228. OLE color: 15723228.
HSL color Cylindrical-coordinate representation of color #DCEAEF: hue angle of 195.79º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEAEF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 234 | 239 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.06 |
| HSL | 195.79º | 0.37% | 0.9% | - |
| HSV(B) | 195.79º | 0.08% | 0.94% | - |
| XYZ | 74.52 | 80.29 | 93.23 | - |
| YUV | 230.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 239 | 0.08 | 0.02 | 0 | 0.06 | 195.79 | 0.37 | 0.9 |
| Hex | DC | EA | EF | 8 | 2 | 0 | 6 | C4 | 25 | 5A |
| Octal | 334 | 352 | 357 | 10 | 2 | 0 | 6 | 304 | 45 | 132 |
| Binary | 11011100 | 11101010 | 11101111 | 1000 | 10 | 0 | 110 | 11000100 | 100101 | 1011010 |
Color Harmonies of #DCEAEF
Complementary color
Monochromatic Colors of #DCEAEF
Black with #DCEAEF
Text Example
Text Example
White with #DCEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAEF; }
p { color: rgb(220,234,239); }
H1.HeaderClassName
{
color: #DCEAEF;
}
.AnyTagClassName
{
color: #DCEAEF;
}
</style>
background-color css
<style>
a { background-color: #DCEAEF; }
a { background-color: rgb(220,234,239); }
div.DivClassName
{
background-color: #DCEAEF;
}
.BgClassName
{
background-color: #DCEAEF;
}
</style>
border-color css
<style>
span { border-color: #DCEAEF; }
span { border-color: rgb(220,234,239); }
td.TdClassName
{
border-color: #DCEAEF;
}
.TagClassName
{
border-color: #DCEAEF;
}
</style>