Shades of Pattens Blue #CDE6F2
Tints of Pattens Blue #CDE6F2
RGB
CMYK
RGB Variations
Color information
#CDE6F2 (or 0xCDE6F2) is known color: Pattens Blue. HEX triplet: CD, E6 and F2. RGB value is (205,230,242). Sum of RGB (Red+Green+Blue) = 205+230+242=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6F2 is #32190D. Grayscale: #DFDFDF. Windows color (decimal): -3283214 or 15918797. OLE color: 15918797.
HSL color Cylindrical-coordinate representation of color #CDE6F2: hue angle of 199.46º 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 #CDE6F2 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 230 | 242 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 199.46º | 0.59% | 0.88% | - |
| HSV(B) | 199.46º | 0.15% | 0.95% | - |
| XYZ | 69.5 | 75.98 | 95.01 | - |
| YUV | 223.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 242 | 0.15 | 0.05 | 0 | 0.05 | 199.46 | 0.59 | 0.88 |
| Hex | CD | E6 | F2 | F | 5 | 0 | 5 | C7 | 3B | 58 |
| Octal | 315 | 346 | 362 | 17 | 5 | 0 | 5 | 307 | 73 | 130 |
| Binary | 11001101 | 11100110 | 11110010 | 1111 | 101 | 0 | 101 | 11000111 | 111011 | 1011000 |
Color Harmonies of #CDE6F2
Complementary color
Monochromatic Colors of #CDE6F2
Black with #CDE6F2
Text Example
Text Example
White with #CDE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6F2; }
p { color: rgb(205,230,242); }
H1.HeaderClassName
{
color: #CDE6F2;
}
.AnyTagClassName
{
color: #CDE6F2;
}
</style>
background-color css
<style>
a { background-color: #CDE6F2; }
a { background-color: rgb(205,230,242); }
div.DivClassName
{
background-color: #CDE6F2;
}
.BgClassName
{
background-color: #CDE6F2;
}
</style>
border-color css
<style>
span { border-color: #CDE6F2; }
span { border-color: rgb(205,230,242); }
td.TdClassName
{
border-color: #CDE6F2;
}
.TagClassName
{
border-color: #CDE6F2;
}
</style>