Shades of Pattens Blue #CDE4FB
Tints of Pattens Blue #CDE4FB
RGB
CMYK
RGB Variations
Color information
#CDE4FB (or 0xCDE4FB) is known color: Pattens Blue. HEX triplet: CD, E4 and FB. RGB value is (205,228,251). Sum of RGB (Red+Green+Blue) = 205+228+251=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4FB is #321B04. Grayscale: #DFDFDF. Windows color (decimal): -3283717 or 16508109. OLE color: 16508109.
HSL color Cylindrical-coordinate representation of color #CDE4FB: hue angle of 210º degrees, saturation: 0.85, 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 #CDE4FB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 228 | 251 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.02 |
| HSL | 210º | 0.85% | 0.89% | - |
| HSV(B) | 210º | 0.18% | 0.98% | - |
| XYZ | 70.33 | 75.43 | 102.12 | - |
| YUV | 223.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 251 | 0.18 | 0.09 | 0 | 0.02 | 210 | 0.85 | 0.89 |
| Hex | CD | E4 | FB | 12 | 9 | 0 | 2 | D2 | 55 | 59 |
| Octal | 315 | 344 | 373 | 22 | 11 | 0 | 2 | 322 | 125 | 131 |
| Binary | 11001101 | 11100100 | 11111011 | 10010 | 1001 | 0 | 10 | 11010010 | 1010101 | 1011001 |
Color Harmonies of #CDE4FB
Complementary color
Monochromatic Colors of #CDE4FB
Black with #CDE4FB
Text Example
Text Example
White with #CDE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4FB; }
p { color: rgb(205,228,251); }
H1.HeaderClassName
{
color: #CDE4FB;
}
.AnyTagClassName
{
color: #CDE4FB;
}
</style>
background-color css
<style>
a { background-color: #CDE4FB; }
a { background-color: rgb(205,228,251); }
div.DivClassName
{
background-color: #CDE4FB;
}
.BgClassName
{
background-color: #CDE4FB;
}
</style>
border-color css
<style>
span { border-color: #CDE4FB; }
span { border-color: rgb(205,228,251); }
td.TdClassName
{
border-color: #CDE4FB;
}
.TagClassName
{
border-color: #CDE4FB;
}
</style>