Shades of Pattens Blue #CDE4F0
Tints of Pattens Blue #CDE4F0
RGB
CMYK
RGB Variations
Color information
#CDE4F0 (or 0xCDE4F0) is known color: Pattens Blue. HEX triplet: CD, E4 and F0. RGB value is (205,228,240). Sum of RGB (Red+Green+Blue) = 205+228+240=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDE4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4F0 is #321B0F. Grayscale: #DEDEDE. Windows color (decimal): -3283728 or 15787213. OLE color: 15787213.
HSL color Cylindrical-coordinate representation of color #CDE4F0: hue angle of 200.57º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE4F0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 228 | 240 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.06 |
| HSL | 200.57º | 0.54% | 0.87% | - |
| HSV(B) | 200.57º | 0.15% | 0.94% | - |
| XYZ | 68.65 | 74.76 | 93.25 | - |
| YUV | 222.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 240 | 0.15 | 0.05 | 0 | 0.06 | 200.57 | 0.54 | 0.87 |
| Hex | CD | E4 | F0 | F | 5 | 0 | 6 | C9 | 36 | 57 |
| Octal | 315 | 344 | 360 | 17 | 5 | 0 | 6 | 311 | 66 | 127 |
| Binary | 11001101 | 11100100 | 11110000 | 1111 | 101 | 0 | 110 | 11001001 | 110110 | 1010111 |
Color Harmonies of #CDE4F0
Complementary color
Monochromatic Colors of #CDE4F0
Black with #CDE4F0
Text Example
Text Example
White with #CDE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4F0; }
p { color: rgb(205,228,240); }
H1.HeaderClassName
{
color: #CDE4F0;
}
.AnyTagClassName
{
color: #CDE4F0;
}
</style>
background-color css
<style>
a { background-color: #CDE4F0; }
a { background-color: rgb(205,228,240); }
div.DivClassName
{
background-color: #CDE4F0;
}
.BgClassName
{
background-color: #CDE4F0;
}
</style>
border-color css
<style>
span { border-color: #CDE4F0; }
span { border-color: rgb(205,228,240); }
td.TdClassName
{
border-color: #CDE4F0;
}
.TagClassName
{
border-color: #CDE4F0;
}
</style>