Shades of Pattens Blue #C7D7DF
Tints of Pattens Blue #C7D7DF
RGB
CMYK
RGB Variations
Color information
#C7D7DF (or 0xC7D7DF) is known color: Pattens Blue. HEX triplet: C7, D7 and DF. RGB value is (199,215,223). Sum of RGB (Red+Green+Blue) = 199+215+223=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D7DF is #382820. Grayscale: #D3D3D3. Windows color (decimal): -3680289 or 14669767. OLE color: 14669767.
HSL color Cylindrical-coordinate representation of color #C7D7DF: hue angle of 200º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7D7DF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 215 | 223 | - |
CMYK | 0.11 | 0.04 | 0 | 0.13 |
HSL | 200º | 0.27% | 0.83% | - |
HSV(B) | 200º | 0.11% | 0.87% | - |
XYZ | 61.17 | 66.07 | 79.34 | - |
YUV | 211.13 | 134.7 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 215 | 223 | 0.11 | 0.04 | 0 | 0.13 | 200 | 0.27 | 0.83 |
Hex | C7 | D7 | DF | B | 4 | 0 | D | C8 | 1B | 53 |
Octal | 307 | 327 | 337 | 13 | 4 | 0 | 15 | 310 | 33 | 123 |
Binary | 11000111 | 11010111 | 11011111 | 1011 | 100 | 0 | 1101 | 11001000 | 11011 | 1010011 |
Color Harmonies of #C7D7DF
Complementary color
Monochromatic Colors of #C7D7DF
Black with #C7D7DF
Text Example
Text Example
White with #C7D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D7DF; }
p { color: rgb(199,215,223); }
H1.HeaderClassName
{
color: #C7D7DF;
}
.AnyTagClassName
{
color: #C7D7DF;
}
</style>
background-color css
<style>
a { background-color: #C7D7DF; }
a { background-color: rgb(199,215,223); }
div.DivClassName
{
background-color: #C7D7DF;
}
.BgClassName
{
background-color: #C7D7DF;
}
</style>
border-color css
<style>
span { border-color: #C7D7DF; }
span { border-color: rgb(199,215,223); }
td.TdClassName
{
border-color: #C7D7DF;
}
.TagClassName
{
border-color: #C7D7DF;
}
</style>