Shades of Pattens Blue #CDE8F3
Tints of Pattens Blue #CDE8F3
RGB
CMYK
RGB Variations
Color information
#CDE8F3 (or 0xCDE8F3) is known color: Pattens Blue. HEX triplet: CD, E8 and F3. RGB value is (205,232,243). Sum of RGB (Red+Green+Blue) = 205+232+243=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDE8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8F3 is #32170C. Grayscale: #E1E1E1. Windows color (decimal): -3282701 or 15984845. OLE color: 15984845.
HSL color Cylindrical-coordinate representation of color #CDE8F3: hue angle of 197.37º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE8F3 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 232 | 243 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.05 |
| HSL | 197.37º | 0.61% | 0.88% | - |
| HSV(B) | 197.37º | 0.16% | 0.95% | - |
| XYZ | 70.21 | 77.16 | 95.99 | - |
| YUV | 225.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 243 | 0.16 | 0.05 | 0 | 0.05 | 197.37 | 0.61 | 0.88 |
| Hex | CD | E8 | F3 | 10 | 5 | 0 | 5 | C5 | 3D | 58 |
| Octal | 315 | 350 | 363 | 20 | 5 | 0 | 5 | 305 | 75 | 130 |
| Binary | 11001101 | 11101000 | 11110011 | 10000 | 101 | 0 | 101 | 11000101 | 111101 | 1011000 |
Color Harmonies of #CDE8F3
Complementary color
Monochromatic Colors of #CDE8F3
Black with #CDE8F3
Text Example
Text Example
White with #CDE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8F3; }
p { color: rgb(205,232,243); }
H1.HeaderClassName
{
color: #CDE8F3;
}
.AnyTagClassName
{
color: #CDE8F3;
}
</style>
background-color css
<style>
a { background-color: #CDE8F3; }
a { background-color: rgb(205,232,243); }
div.DivClassName
{
background-color: #CDE8F3;
}
.BgClassName
{
background-color: #CDE8F3;
}
</style>
border-color css
<style>
span { border-color: #CDE8F3; }
span { border-color: rgb(205,232,243); }
td.TdClassName
{
border-color: #CDE8F3;
}
.TagClassName
{
border-color: #CDE8F3;
}
</style>