Shades of Pattens Blue #CDE0F5
Tints of Pattens Blue #CDE0F5
RGB
CMYK
RGB Variations
Color information
#CDE0F5 (or 0xCDE0F5) is known color: Pattens Blue. HEX triplet: CD, E0 and F5. RGB value is (205,224,245). Sum of RGB (Red+Green+Blue) = 205+224+245=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0F5 is #321F0A. Grayscale: #DCDCDC. Windows color (decimal): -3284747 or 16113869. OLE color: 16113869.
HSL color Cylindrical-coordinate representation of color #CDE0F5: hue angle of 211.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE0F5 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 224 | 245 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 211.5º | 0.67% | 0.88% | - |
| HSV(B) | 211.5º | 0.16% | 0.96% | - |
| XYZ | 68.31 | 72.88 | 96.85 | - |
| YUV | 220.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 245 | 0.16 | 0.09 | 0 | 0.04 | 211.5 | 0.67 | 0.88 |
| Hex | CD | E0 | F5 | 10 | 9 | 0 | 4 | D4 | 43 | 58 |
| Octal | 315 | 340 | 365 | 20 | 11 | 0 | 4 | 324 | 103 | 130 |
| Binary | 11001101 | 11100000 | 11110101 | 10000 | 1001 | 0 | 100 | 11010100 | 1000011 | 1011000 |
Color Harmonies of #CDE0F5
Complementary color
Monochromatic Colors of #CDE0F5
Black with #CDE0F5
Text Example
Text Example
White with #CDE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0F5; }
p { color: rgb(205,224,245); }
H1.HeaderClassName
{
color: #CDE0F5;
}
.AnyTagClassName
{
color: #CDE0F5;
}
</style>
background-color css
<style>
a { background-color: #CDE0F5; }
a { background-color: rgb(205,224,245); }
div.DivClassName
{
background-color: #CDE0F5;
}
.BgClassName
{
background-color: #CDE0F5;
}
</style>
border-color css
<style>
span { border-color: #CDE0F5; }
span { border-color: rgb(205,224,245); }
td.TdClassName
{
border-color: #CDE0F5;
}
.TagClassName
{
border-color: #CDE0F5;
}
</style>