Shades of Pattens Blue #C7DAE7
Tints of Pattens Blue #C7DAE7
RGB
CMYK
RGB Variations
Color information
#C7DAE7 (or 0xC7DAE7) is known color: Pattens Blue. HEX triplet: C7, DA and E7. RGB value is (199,218,231). Sum of RGB (Red+Green+Blue) = 199+218+231=648 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.71% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 231 - color contains mainly: blue. Hex color #C7DAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAE7 is #382518. Grayscale: #D5D5D5. Windows color (decimal): -3679513 or 15194823. OLE color: 15194823.
HSL color Cylindrical-coordinate representation of color #C7DAE7: hue angle of 204.38º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7DAE7 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 218 | 231 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.09 |
| HSL | 204.38º | 0.4% | 0.84% | - |
| HSV(B) | 204.38º | 0.14% | 0.91% | - |
| XYZ | 63.05 | 68.05 | 85.41 | - |
| YUV | 213.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 231 | 0.14 | 0.06 | 0 | 0.09 | 204.38 | 0.4 | 0.84 |
| Hex | C7 | DA | E7 | E | 6 | 0 | 9 | CC | 28 | 54 |
| Octal | 307 | 332 | 347 | 16 | 6 | 0 | 11 | 314 | 50 | 124 |
| Binary | 11000111 | 11011010 | 11100111 | 1110 | 110 | 0 | 1001 | 11001100 | 101000 | 1010100 |
Color Harmonies of #C7DAE7
Complementary color
Monochromatic Colors of #C7DAE7
Black with #C7DAE7
Text Example
Text Example
White with #C7DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAE7; }
p { color: rgb(199,218,231); }
H1.HeaderClassName
{
color: #C7DAE7;
}
.AnyTagClassName
{
color: #C7DAE7;
}
</style>
background-color css
<style>
a { background-color: #C7DAE7; }
a { background-color: rgb(199,218,231); }
div.DivClassName
{
background-color: #C7DAE7;
}
.BgClassName
{
background-color: #C7DAE7;
}
</style>
border-color css
<style>
span { border-color: #C7DAE7; }
span { border-color: rgb(199,218,231); }
td.TdClassName
{
border-color: #C7DAE7;
}
.TagClassName
{
border-color: #C7DAE7;
}
</style>