Shades of Pattens Blue #CDE4F1
Tints of Pattens Blue #CDE4F1
RGB
CMYK
RGB Variations
Color information
#CDE4F1 (or 0xCDE4F1) is known color: Pattens Blue. HEX triplet: CD, E4 and F1. RGB value is (205,228,241). Sum of RGB (Red+Green+Blue) = 205+228+241=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDE4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4F1 is #321B0E. Grayscale: #DEDEDE. Windows color (decimal): -3283727 or 15852749. OLE color: 15852749.
HSL color Cylindrical-coordinate representation of color #CDE4F1: hue angle of 201.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE4F1 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 228 | 241 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 201.67º | 0.56% | 0.87% | - |
| HSV(B) | 201.67º | 0.15% | 0.95% | - |
| XYZ | 68.8 | 74.82 | 94.03 | - |
| YUV | 222.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 241 | 0.15 | 0.05 | 0 | 0.05 | 201.67 | 0.56 | 0.87 |
| Hex | CD | E4 | F1 | F | 5 | 0 | 5 | CA | 38 | 57 |
| Octal | 315 | 344 | 361 | 17 | 5 | 0 | 5 | 312 | 70 | 127 |
| Binary | 11001101 | 11100100 | 11110001 | 1111 | 101 | 0 | 101 | 11001010 | 111000 | 1010111 |
Color Harmonies of #CDE4F1
Complementary color
Monochromatic Colors of #CDE4F1
Black with #CDE4F1
Text Example
Text Example
White with #CDE4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4F1; }
p { color: rgb(205,228,241); }
H1.HeaderClassName
{
color: #CDE4F1;
}
.AnyTagClassName
{
color: #CDE4F1;
}
</style>
background-color css
<style>
a { background-color: #CDE4F1; }
a { background-color: rgb(205,228,241); }
div.DivClassName
{
background-color: #CDE4F1;
}
.BgClassName
{
background-color: #CDE4F1;
}
</style>
border-color css
<style>
span { border-color: #CDE4F1; }
span { border-color: rgb(205,228,241); }
td.TdClassName
{
border-color: #CDE4F1;
}
.TagClassName
{
border-color: #CDE4F1;
}
</style>