Shades of Pattens Blue #CDE3FD
Tints of Pattens Blue #CDE3FD
RGB
CMYK
RGB Variations
Color information
#CDE3FD (or 0xCDE3FD) is known color: Pattens Blue. HEX triplet: CD, E3 and FD. RGB value is (205,227,253). Sum of RGB (Red+Green+Blue) = 205+227+253=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3FD is #321C02. Grayscale: #DFDFDF. Windows color (decimal): -3283971 or 16638925. OLE color: 16638925.
HSL color Cylindrical-coordinate representation of color #CDE3FD: hue angle of 212.5º 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 #CDE3FD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 227 | 253 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.01 |
| HSL | 212.5º | 0.92% | 0.9% | - |
| HSV(B) | 212.5º | 0.19% | 0.99% | - |
| XYZ | 70.38 | 75.01 | 103.7 | - |
| YUV | 223.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 253 | 0.19 | 0.10 | 0 | 0.01 | 212.5 | 0.92 | 0.9 |
| Hex | CD | E3 | FD | 13 | A | 0 | 1 | D4 | 5C | 5A |
| Octal | 315 | 343 | 375 | 23 | 12 | 0 | 1 | 324 | 134 | 132 |
| Binary | 11001101 | 11100011 | 11111101 | 10011 | 1010 | 0 | 1 | 11010100 | 1011100 | 1011010 |
Color Harmonies of #CDE3FD
Complementary color
Monochromatic Colors of #CDE3FD
Black with #CDE3FD
Text Example
Text Example
White with #CDE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3FD; }
p { color: rgb(205,227,253); }
H1.HeaderClassName
{
color: #CDE3FD;
}
.AnyTagClassName
{
color: #CDE3FD;
}
</style>
background-color css
<style>
a { background-color: #CDE3FD; }
a { background-color: rgb(205,227,253); }
div.DivClassName
{
background-color: #CDE3FD;
}
.BgClassName
{
background-color: #CDE3FD;
}
</style>
border-color css
<style>
span { border-color: #CDE3FD; }
span { border-color: rgb(205,227,253); }
td.TdClassName
{
border-color: #CDE3FD;
}
.TagClassName
{
border-color: #CDE3FD;
}
</style>