Shades of Pattens Blue #DCEAED
Tints of Pattens Blue #DCEAED
RGB
CMYK
RGB Variations
Color information
#DCEAED (or 0xDCEAED) is known color: Pattens Blue. HEX triplet: DC, EA and ED. RGB value is (220,234,237). Sum of RGB (Red+Green+Blue) = 220+234+237=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAED is #231512. Grayscale: #E6E6E6. Windows color (decimal): -2299155 or 15592156. OLE color: 15592156.
HSL color Cylindrical-coordinate representation of color #DCEAED: hue angle of 190.59º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEAED is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 234 | 237 | - |
CMYK | 0.07 | 0.01 | 0 | 0.07 |
HSL | 190.59º | 0.32% | 0.9% | - |
HSV(B) | 190.59º | 0.07% | 0.93% | - |
XYZ | 74.22 | 80.18 | 91.68 | - |
YUV | 230.16 | 131.86 | 120.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 234 | 237 | 0.07 | 0.01 | 0 | 0.07 | 190.59 | 0.32 | 0.9 |
Hex | DC | EA | ED | 7 | 1 | 0 | 7 | BF | 20 | 5A |
Octal | 334 | 352 | 355 | 7 | 1 | 0 | 7 | 277 | 40 | 132 |
Binary | 11011100 | 11101010 | 11101101 | 111 | 1 | 0 | 111 | 10111111 | 100000 | 1011010 |
Color Harmonies of #DCEAED
Complementary color
Monochromatic Colors of #DCEAED
Black with #DCEAED
Text Example
Text Example
White with #DCEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAED; }
p { color: rgb(220,234,237); }
H1.HeaderClassName
{
color: #DCEAED;
}
.AnyTagClassName
{
color: #DCEAED;
}
</style>
background-color css
<style>
a { background-color: #DCEAED; }
a { background-color: rgb(220,234,237); }
div.DivClassName
{
background-color: #DCEAED;
}
.BgClassName
{
background-color: #DCEAED;
}
</style>
border-color css
<style>
span { border-color: #DCEAED; }
span { border-color: rgb(220,234,237); }
td.TdClassName
{
border-color: #DCEAED;
}
.TagClassName
{
border-color: #DCEAED;
}
</style>