Shades of Pattens Blue #CDE7FD
Tints of Pattens Blue #CDE7FD
RGB
CMYK
RGB Variations
Color information
#CDE7FD (or 0xCDE7FD) is known color: Pattens Blue. HEX triplet: CD, E7 and FD. RGB value is (205,231,253). Sum of RGB (Red+Green+Blue) = 205+231+253=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7FD is #321802. Grayscale: #E1E1E1. Windows color (decimal): -3282947 or 16639949. OLE color: 16639949.
HSL color Cylindrical-coordinate representation of color #CDE7FD: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE7FD is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 231 | 253 | - |
CMYK | 0.19 | 0.09 | 0 | 0.01 |
HSL | 207.5º | 0.92% | 0.9% | - |
HSV(B) | 207.5º | 0.19% | 0.99% | - |
XYZ | 71.48 | 77.22 | 104.07 | - |
YUV | 225.73 | 143.39 | 113.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 231 | 253 | 0.19 | 0.09 | 0 | 0.01 | 207.5 | 0.92 | 0.9 |
Hex | CD | E7 | FD | 13 | 9 | 0 | 1 | D0 | 5C | 5A |
Octal | 315 | 347 | 375 | 23 | 11 | 0 | 1 | 320 | 134 | 132 |
Binary | 11001101 | 11100111 | 11111101 | 10011 | 1001 | 0 | 1 | 11010000 | 1011100 | 1011010 |
Color Harmonies of #CDE7FD
Complementary color
Monochromatic Colors of #CDE7FD
Black with #CDE7FD
Text Example
Text Example
White with #CDE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7FD; }
p { color: rgb(205,231,253); }
H1.HeaderClassName
{
color: #CDE7FD;
}
.AnyTagClassName
{
color: #CDE7FD;
}
</style>
background-color css
<style>
a { background-color: #CDE7FD; }
a { background-color: rgb(205,231,253); }
div.DivClassName
{
background-color: #CDE7FD;
}
.BgClassName
{
background-color: #CDE7FD;
}
</style>
border-color css
<style>
span { border-color: #CDE7FD; }
span { border-color: rgb(205,231,253); }
td.TdClassName
{
border-color: #CDE7FD;
}
.TagClassName
{
border-color: #CDE7FD;
}
</style>