Shades of Pattens Blue #CDE8F8
Tints of Pattens Blue #CDE8F8
RGB
CMYK
RGB Variations
Color information
#CDE8F8 (or 0xCDE8F8) is known color: Pattens Blue. HEX triplet: CD, E8 and F8. RGB value is (205,232,248). Sum of RGB (Red+Green+Blue) = 205+232+248=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDE8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8F8 is #321707. Grayscale: #E1E1E1. Windows color (decimal): -3282696 or 16312525. OLE color: 16312525.
HSL color Cylindrical-coordinate representation of color #CDE8F8: hue angle of 202.33º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE8F8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 232 | 248 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.03 |
| HSL | 202.33º | 0.75% | 0.89% | - |
| HSV(B) | 202.33º | 0.17% | 0.97% | - |
| XYZ | 70.98 | 77.47 | 100.02 | - |
| YUV | 225.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 248 | 0.17 | 0.06 | 0 | 0.03 | 202.33 | 0.75 | 0.89 |
| Hex | CD | E8 | F8 | 11 | 6 | 0 | 3 | CA | 4B | 59 |
| Octal | 315 | 350 | 370 | 21 | 6 | 0 | 3 | 312 | 113 | 131 |
| Binary | 11001101 | 11101000 | 11111000 | 10001 | 110 | 0 | 11 | 11001010 | 1001011 | 1011001 |
Color Harmonies of #CDE8F8
Complementary color
Monochromatic Colors of #CDE8F8
Black with #CDE8F8
Text Example
Text Example
White with #CDE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8F8; }
p { color: rgb(205,232,248); }
H1.HeaderClassName
{
color: #CDE8F8;
}
.AnyTagClassName
{
color: #CDE8F8;
}
</style>
background-color css
<style>
a { background-color: #CDE8F8; }
a { background-color: rgb(205,232,248); }
div.DivClassName
{
background-color: #CDE8F8;
}
.BgClassName
{
background-color: #CDE8F8;
}
</style>
border-color css
<style>
span { border-color: #CDE8F8; }
span { border-color: rgb(205,232,248); }
td.TdClassName
{
border-color: #CDE8F8;
}
.TagClassName
{
border-color: #CDE8F8;
}
</style>