Shades of Pattens Blue #CDE4F2
Tints of Pattens Blue #CDE4F2
RGB
CMYK
RGB Variations
Color information
#CDE4F2 (or 0xCDE4F2) is known color: Pattens Blue. HEX triplet: CD, E4 and F2. RGB value is (205,228,242). Sum of RGB (Red+Green+Blue) = 205+228+242=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4F2 is #321B0D. Grayscale: #DEDEDE. Windows color (decimal): -3283726 or 15918285. OLE color: 15918285.
HSL color Cylindrical-coordinate representation of color #CDE4F2: hue angle of 202.7º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE4F2 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 228 | 242 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.05 |
| HSL | 202.7º | 0.59% | 0.88% | - |
| HSV(B) | 202.7º | 0.15% | 0.95% | - |
| XYZ | 68.95 | 74.88 | 94.82 | - |
| YUV | 222.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 242 | 0.15 | 0.06 | 0 | 0.05 | 202.7 | 0.59 | 0.88 |
| Hex | CD | E4 | F2 | F | 6 | 0 | 5 | CB | 3B | 58 |
| Octal | 315 | 344 | 362 | 17 | 6 | 0 | 5 | 313 | 73 | 130 |
| Binary | 11001101 | 11100100 | 11110010 | 1111 | 110 | 0 | 101 | 11001011 | 111011 | 1011000 |
Color Harmonies of #CDE4F2
Complementary color
Monochromatic Colors of #CDE4F2
Black with #CDE4F2
Text Example
Text Example
White with #CDE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4F2; }
p { color: rgb(205,228,242); }
H1.HeaderClassName
{
color: #CDE4F2;
}
.AnyTagClassName
{
color: #CDE4F2;
}
</style>
background-color css
<style>
a { background-color: #CDE4F2; }
a { background-color: rgb(205,228,242); }
div.DivClassName
{
background-color: #CDE4F2;
}
.BgClassName
{
background-color: #CDE4F2;
}
</style>
border-color css
<style>
span { border-color: #CDE4F2; }
span { border-color: rgb(205,228,242); }
td.TdClassName
{
border-color: #CDE4F2;
}
.TagClassName
{
border-color: #CDE4F2;
}
</style>