Shades of Pattens Blue #C8D7DF
Tints of Pattens Blue #C8D7DF
RGB
CMYK
RGB Variations
Color information
#C8D7DF (or 0xC8D7DF) is known color: Pattens Blue. HEX triplet: C8, D7 and DF. RGB value is (200,215,223). Sum of RGB (Red+Green+Blue) = 200+215+223=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7DF is #372820. Grayscale: #D3D3D3. Windows color (decimal): -3614753 or 14669768. OLE color: 14669768.
HSL color Cylindrical-coordinate representation of color #C8D7DF: hue angle of 200.87º 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 #C8D7DF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 215 | 223 | - |
CMYK | 0.10 | 0.04 | 0 | 0.13 |
HSL | 200.87º | 0.26% | 0.83% | - |
HSV(B) | 200.87º | 0.1% | 0.87% | - |
XYZ | 61.44 | 66.21 | 79.35 | - |
YUV | 211.43 | 134.53 | 119.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 215 | 223 | 0.10 | 0.04 | 0 | 0.13 | 200.87 | 0.26 | 0.83 |
Hex | C8 | D7 | DF | A | 4 | 0 | D | C9 | 1A | 53 |
Octal | 310 | 327 | 337 | 12 | 4 | 0 | 15 | 311 | 32 | 123 |
Binary | 11001000 | 11010111 | 11011111 | 1010 | 100 | 0 | 1101 | 11001001 | 11010 | 1010011 |
Color Harmonies of #C8D7DF
Complementary color
Monochromatic Colors of #C8D7DF
Black with #C8D7DF
Text Example
Text Example
White with #C8D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7DF; }
p { color: rgb(200,215,223); }
H1.HeaderClassName
{
color: #C8D7DF;
}
.AnyTagClassName
{
color: #C8D7DF;
}
</style>
background-color css
<style>
a { background-color: #C8D7DF; }
a { background-color: rgb(200,215,223); }
div.DivClassName
{
background-color: #C8D7DF;
}
.BgClassName
{
background-color: #C8D7DF;
}
</style>
border-color css
<style>
span { border-color: #C8D7DF; }
span { border-color: rgb(200,215,223); }
td.TdClassName
{
border-color: #C8D7DF;
}
.TagClassName
{
border-color: #C8D7DF;
}
</style>