Shades of Pattens Blue #CDE7F9
Tints of Pattens Blue #CDE7F9
RGB
CMYK
RGB Variations
Color information
#CDE7F9 (or 0xCDE7F9) is known color: Pattens Blue. HEX triplet: CD, E7 and F9. RGB value is (205,231,249). Sum of RGB (Red+Green+Blue) = 205+231+249=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7F9 is #321806. Grayscale: #E1E1E1. Windows color (decimal): -3282951 or 16377805. OLE color: 16377805.
HSL color Cylindrical-coordinate representation of color #CDE7F9: hue angle of 204.55º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE7F9 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 231 | 249 | - |
CMYK | 0.18 | 0.07 | 0 | 0.02 |
HSL | 204.55º | 0.79% | 0.89% | - |
HSV(B) | 204.55º | 0.18% | 0.98% | - |
XYZ | 70.85 | 76.97 | 100.75 | - |
YUV | 225.28 | 141.39 | 113.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 231 | 249 | 0.18 | 0.07 | 0 | 0.02 | 204.55 | 0.79 | 0.89 |
Hex | CD | E7 | F9 | 12 | 7 | 0 | 2 | CD | 4F | 59 |
Octal | 315 | 347 | 371 | 22 | 7 | 0 | 2 | 315 | 117 | 131 |
Binary | 11001101 | 11100111 | 11111001 | 10010 | 111 | 0 | 10 | 11001101 | 1001111 | 1011001 |
Color Harmonies of #CDE7F9
Complementary color
Monochromatic Colors of #CDE7F9
Black with #CDE7F9
Text Example
Text Example
White with #CDE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7F9; }
p { color: rgb(205,231,249); }
H1.HeaderClassName
{
color: #CDE7F9;
}
.AnyTagClassName
{
color: #CDE7F9;
}
</style>
background-color css
<style>
a { background-color: #CDE7F9; }
a { background-color: rgb(205,231,249); }
div.DivClassName
{
background-color: #CDE7F9;
}
.BgClassName
{
background-color: #CDE7F9;
}
</style>
border-color css
<style>
span { border-color: #CDE7F9; }
span { border-color: rgb(205,231,249); }
td.TdClassName
{
border-color: #CDE7F9;
}
.TagClassName
{
border-color: #CDE7F9;
}
</style>