Shades of Pattens Blue #CDE8FD
Tints of Pattens Blue #CDE8FD
RGB
CMYK
RGB Variations
Color information
#CDE8FD (or 0xCDE8FD) is known color: Pattens Blue. HEX triplet: CD, E8 and FD. RGB value is (205,232,253). Sum of RGB (Red+Green+Blue) = 205+232+253=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8FD is #321702. Grayscale: #E2E2E2. Windows color (decimal): -3282691 or 16640205. OLE color: 16640205.
HSL color Cylindrical-coordinate representation of color #CDE8FD: hue angle of 206.25º 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 #CDE8FD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 232 | 253 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.01 |
| HSL | 206.25º | 0.92% | 0.9% | - |
| HSV(B) | 206.25º | 0.19% | 0.99% | - |
| XYZ | 71.76 | 77.78 | 104.16 | - |
| YUV | 226.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 253 | 0.19 | 0.08 | 0 | 0.01 | 206.25 | 0.92 | 0.9 |
| Hex | CD | E8 | FD | 13 | 8 | 0 | 1 | CE | 5C | 5A |
| Octal | 315 | 350 | 375 | 23 | 10 | 0 | 1 | 316 | 134 | 132 |
| Binary | 11001101 | 11101000 | 11111101 | 10011 | 1000 | 0 | 1 | 11001110 | 1011100 | 1011010 |
Color Harmonies of #CDE8FD
Complementary color
Monochromatic Colors of #CDE8FD
Black with #CDE8FD
Text Example
Text Example
White with #CDE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8FD; }
p { color: rgb(205,232,253); }
H1.HeaderClassName
{
color: #CDE8FD;
}
.AnyTagClassName
{
color: #CDE8FD;
}
</style>
background-color css
<style>
a { background-color: #CDE8FD; }
a { background-color: rgb(205,232,253); }
div.DivClassName
{
background-color: #CDE8FD;
}
.BgClassName
{
background-color: #CDE8FD;
}
</style>
border-color css
<style>
span { border-color: #CDE8FD; }
span { border-color: rgb(205,232,253); }
td.TdClassName
{
border-color: #CDE8FD;
}
.TagClassName
{
border-color: #CDE8FD;
}
</style>