Shades of Pattens Blue #CDEDFE
Tints of Pattens Blue #CDEDFE
RGB
CMYK
RGB Variations
Color information
#CDEDFE (or 0xCDEDFE) is known color: Pattens Blue. HEX triplet: CD, ED and FE. RGB value is (205,237,254). Sum of RGB (Red+Green+Blue) = 205+237+254=696 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.45% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDFE is #321201. Grayscale: #E5E5E5. Windows color (decimal): -3281410 or 16707021. OLE color: 16707021.
HSL color Cylindrical-coordinate representation of color #CDEDFE: hue angle of 200.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEDFE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 237 | 254 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.00 |
| HSL | 200.82º | 0.96% | 0.9% | - |
| HSV(B) | 200.82º | 0.19% | 1% | - |
| XYZ | 73.35 | 80.7 | 105.48 | - |
| YUV | 229.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 254 | 0.19 | 0.07 | 0 | 0.00 | 200.82 | 0.96 | 0.9 |
| Hex | CD | ED | FE | 13 | 7 | 0 | 0 | C9 | 60 | 5A |
| Octal | 315 | 355 | 376 | 23 | 7 | 0 | 0 | 311 | 140 | 132 |
| Binary | 11001101 | 11101101 | 11111110 | 10011 | 111 | 0 | 0 | 11001001 | 1100000 | 1011010 |
Color Harmonies of #CDEDFE
Complementary color
Monochromatic Colors of #CDEDFE
Black with #CDEDFE
Text Example
Text Example
White with #CDEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDFE; }
p { color: rgb(205,237,254); }
H1.HeaderClassName
{
color: #CDEDFE;
}
.AnyTagClassName
{
color: #CDEDFE;
}
</style>
background-color css
<style>
a { background-color: #CDEDFE; }
a { background-color: rgb(205,237,254); }
div.DivClassName
{
background-color: #CDEDFE;
}
.BgClassName
{
background-color: #CDEDFE;
}
</style>
border-color css
<style>
span { border-color: #CDEDFE; }
span { border-color: rgb(205,237,254); }
td.TdClassName
{
border-color: #CDEDFE;
}
.TagClassName
{
border-color: #CDEDFE;
}
</style>