Shades of Pattens Blue #CDE2EA
Tints of Pattens Blue #CDE2EA
RGB
CMYK
RGB Variations
Color information
#CDE2EA (or 0xCDE2EA) is known color: Pattens Blue. HEX triplet: CD, E2 and EA. RGB value is (205,226,234). Sum of RGB (Red+Green+Blue) = 205+226+234=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2EA is #321D15. Grayscale: #DCDCDC. Windows color (decimal): -3284246 or 15393485. OLE color: 15393485.
HSL color Cylindrical-coordinate representation of color #CDE2EA: hue angle of 196.55º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE2EA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 226 | 234 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.08 |
| HSL | 196.55º | 0.41% | 0.86% | - |
| HSV(B) | 196.55º | 0.12% | 0.92% | - |
| XYZ | 67.22 | 73.31 | 88.45 | - |
| YUV | 220.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 234 | 0.12 | 0.03 | 0 | 0.08 | 196.55 | 0.41 | 0.86 |
| Hex | CD | E2 | EA | C | 3 | 0 | 8 | C5 | 29 | 56 |
| Octal | 315 | 342 | 352 | 14 | 3 | 0 | 10 | 305 | 51 | 126 |
| Binary | 11001101 | 11100010 | 11101010 | 1100 | 11 | 0 | 1000 | 11000101 | 101001 | 1010110 |
Color Harmonies of #CDE2EA
Complementary color
Monochromatic Colors of #CDE2EA
Black with #CDE2EA
Text Example
Text Example
White with #CDE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2EA; }
p { color: rgb(205,226,234); }
H1.HeaderClassName
{
color: #CDE2EA;
}
.AnyTagClassName
{
color: #CDE2EA;
}
</style>
background-color css
<style>
a { background-color: #CDE2EA; }
a { background-color: rgb(205,226,234); }
div.DivClassName
{
background-color: #CDE2EA;
}
.BgClassName
{
background-color: #CDE2EA;
}
</style>
border-color css
<style>
span { border-color: #CDE2EA; }
span { border-color: rgb(205,226,234); }
td.TdClassName
{
border-color: #CDE2EA;
}
.TagClassName
{
border-color: #CDE2EA;
}
</style>