Shades of Pattens Blue #C8D8DF
Tints of Pattens Blue #C8D8DF
RGB
CMYK
RGB Variations
Color information
#C8D8DF (or 0xC8D8DF) is known color: Pattens Blue. HEX triplet: C8, D8 and DF. RGB value is (200,216,223). Sum of RGB (Red+Green+Blue) = 200+216+223=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8DF is #372720. Grayscale: #D3D3D3. Windows color (decimal): -3614497 or 14670024. OLE color: 14670024.
HSL color Cylindrical-coordinate representation of color #C8D8DF: hue angle of 198.26º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D8DF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 216 | 223 | - |
CMYK | 0.10 | 0.03 | 0 | 0.13 |
HSL | 198.26º | 0.26% | 0.83% | - |
HSV(B) | 198.26º | 0.1% | 0.87% | - |
XYZ | 61.69 | 66.72 | 79.44 | - |
YUV | 212.01 | 134.2 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 216 | 223 | 0.10 | 0.03 | 0 | 0.13 | 198.26 | 0.26 | 0.83 |
Hex | C8 | D8 | DF | A | 3 | 0 | D | C6 | 1A | 53 |
Octal | 310 | 330 | 337 | 12 | 3 | 0 | 15 | 306 | 32 | 123 |
Binary | 11001000 | 11011000 | 11011111 | 1010 | 11 | 0 | 1101 | 11000110 | 11010 | 1010011 |
Color Harmonies of #C8D8DF
Complementary color
Monochromatic Colors of #C8D8DF
Black with #C8D8DF
Text Example
Text Example
White with #C8D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8DF; }
p { color: rgb(200,216,223); }
H1.HeaderClassName
{
color: #C8D8DF;
}
.AnyTagClassName
{
color: #C8D8DF;
}
</style>
background-color css
<style>
a { background-color: #C8D8DF; }
a { background-color: rgb(200,216,223); }
div.DivClassName
{
background-color: #C8D8DF;
}
.BgClassName
{
background-color: #C8D8DF;
}
</style>
border-color css
<style>
span { border-color: #C8D8DF; }
span { border-color: rgb(200,216,223); }
td.TdClassName
{
border-color: #C8D8DF;
}
.TagClassName
{
border-color: #C8D8DF;
}
</style>