Shades of Pattens Blue #C8DEEC
Tints of Pattens Blue #C8DEEC
RGB
CMYK
RGB Variations
Color information
#C8DEEC (or 0xC8DEEC) is known color: Pattens Blue. HEX triplet: C8, DE and EC. RGB value is (200,222,236). Sum of RGB (Red+Green+Blue) = 200+222+236=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEC is #372113. Grayscale: #D8D8D8. Windows color (decimal): -3612948 or 15523528. OLE color: 15523528.
HSL color Cylindrical-coordinate representation of color #C8DEEC: hue angle of 203.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DEEC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 222 | 236 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.07 |
| HSL | 203.33º | 0.49% | 0.85% | - |
| HSV(B) | 203.33º | 0.15% | 0.93% | - |
| XYZ | 65.08 | 70.58 | 89.55 | - |
| YUV | 217.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 236 | 0.15 | 0.06 | 0 | 0.07 | 203.33 | 0.49 | 0.85 |
| Hex | C8 | DE | EC | F | 6 | 0 | 7 | CB | 31 | 55 |
| Octal | 310 | 336 | 354 | 17 | 6 | 0 | 7 | 313 | 61 | 125 |
| Binary | 11001000 | 11011110 | 11101100 | 1111 | 110 | 0 | 111 | 11001011 | 110001 | 1010101 |
Color Harmonies of #C8DEEC
Complementary color
Monochromatic Colors of #C8DEEC
Black with #C8DEEC
Text Example
Text Example
White with #C8DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEEC; }
p { color: rgb(200,222,236); }
H1.HeaderClassName
{
color: #C8DEEC;
}
.AnyTagClassName
{
color: #C8DEEC;
}
</style>
background-color css
<style>
a { background-color: #C8DEEC; }
a { background-color: rgb(200,222,236); }
div.DivClassName
{
background-color: #C8DEEC;
}
.BgClassName
{
background-color: #C8DEEC;
}
</style>
border-color css
<style>
span { border-color: #C8DEEC; }
span { border-color: rgb(200,222,236); }
td.TdClassName
{
border-color: #C8DEEC;
}
.TagClassName
{
border-color: #C8DEEC;
}
</style>