Shades of Pattens Blue #DCEAEE
Tints of Pattens Blue #DCEAEE
RGB
CMYK
RGB Variations
Color information
#DCEAEE (or 0xDCEAEE) is known color: Pattens Blue. HEX triplet: DC, EA and EE. RGB value is (220,234,238). Sum of RGB (Red+Green+Blue) = 220+234+238=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAEE is #231511. Grayscale: #E6E6E6. Windows color (decimal): -2299154 or 15657692. OLE color: 15657692.
HSL color Cylindrical-coordinate representation of color #DCEAEE: hue angle of 193.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEAEE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 234 | 238 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.07 |
| HSL | 193.33º | 0.35% | 0.9% | - |
| HSV(B) | 193.33º | 0.08% | 0.93% | - |
| XYZ | 74.37 | 80.23 | 92.46 | - |
| YUV | 230.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 238 | 0.08 | 0.02 | 0 | 0.07 | 193.33 | 0.35 | 0.9 |
| Hex | DC | EA | EE | 8 | 2 | 0 | 7 | C1 | 23 | 5A |
| Octal | 334 | 352 | 356 | 10 | 2 | 0 | 7 | 301 | 43 | 132 |
| Binary | 11011100 | 11101010 | 11101110 | 1000 | 10 | 0 | 111 | 11000001 | 100011 | 1011010 |
Color Harmonies of #DCEAEE
Complementary color
Monochromatic Colors of #DCEAEE
Black with #DCEAEE
Text Example
Text Example
White with #DCEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAEE; }
p { color: rgb(220,234,238); }
H1.HeaderClassName
{
color: #DCEAEE;
}
.AnyTagClassName
{
color: #DCEAEE;
}
</style>
background-color css
<style>
a { background-color: #DCEAEE; }
a { background-color: rgb(220,234,238); }
div.DivClassName
{
background-color: #DCEAEE;
}
.BgClassName
{
background-color: #DCEAEE;
}
</style>
border-color css
<style>
span { border-color: #DCEAEE; }
span { border-color: rgb(220,234,238); }
td.TdClassName
{
border-color: #DCEAEE;
}
.TagClassName
{
border-color: #DCEAEE;
}
</style>