Shades of Pattens Blue #CDE2F8
Tints of Pattens Blue #CDE2F8
RGB
CMYK
RGB Variations
Color information
#CDE2F8 (or 0xCDE2F8) is known color: Pattens Blue. HEX triplet: CD, E2 and F8. RGB value is (205,226,248). Sum of RGB (Red+Green+Blue) = 205+226+248=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDE2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2F8 is #321D07. Grayscale: #DEDEDE. Windows color (decimal): -3284232 or 16310989. OLE color: 16310989.
HSL color Cylindrical-coordinate representation of color #CDE2F8: hue angle of 210.7º 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 #CDE2F8 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 226 | 248 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.03 |
| HSL | 210.7º | 0.75% | 0.89% | - |
| HSV(B) | 210.7º | 0.17% | 0.97% | - |
| XYZ | 69.32 | 74.15 | 99.47 | - |
| YUV | 222.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 248 | 0.17 | 0.09 | 0 | 0.03 | 210.7 | 0.75 | 0.89 |
| Hex | CD | E2 | F8 | 11 | 9 | 0 | 3 | D3 | 4B | 59 |
| Octal | 315 | 342 | 370 | 21 | 11 | 0 | 3 | 323 | 113 | 131 |
| Binary | 11001101 | 11100010 | 11111000 | 10001 | 1001 | 0 | 11 | 11010011 | 1001011 | 1011001 |
Color Harmonies of #CDE2F8
Complementary color
Monochromatic Colors of #CDE2F8
Black with #CDE2F8
Text Example
Text Example
White with #CDE2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2F8; }
p { color: rgb(205,226,248); }
H1.HeaderClassName
{
color: #CDE2F8;
}
.AnyTagClassName
{
color: #CDE2F8;
}
</style>
background-color css
<style>
a { background-color: #CDE2F8; }
a { background-color: rgb(205,226,248); }
div.DivClassName
{
background-color: #CDE2F8;
}
.BgClassName
{
background-color: #CDE2F8;
}
</style>
border-color css
<style>
span { border-color: #CDE2F8; }
span { border-color: rgb(205,226,248); }
td.TdClassName
{
border-color: #CDE2F8;
}
.TagClassName
{
border-color: #CDE2F8;
}
</style>