Shades of Pattens Blue #C8DAE7
Tints of Pattens Blue #C8DAE7
RGB
CMYK
RGB Variations
Color information
#C8DAE7 (or 0xC8DAE7) is known color: Pattens Blue. HEX triplet: C8, DA and E7. RGB value is (200,218,231). Sum of RGB (Red+Green+Blue) = 200+218+231=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #C8DAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAE7 is #372518. Grayscale: #D6D6D6. Windows color (decimal): -3613977 or 15194824. OLE color: 15194824.
HSL color Cylindrical-coordinate representation of color #C8DAE7: hue angle of 205.16º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8DAE7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 200 | 218 | 231 | - |
CMYK | 0.13 | 0.06 | 0 | 0.09 |
HSL | 205.16º | 0.39% | 0.85% | - |
HSV(B) | 205.16º | 0.13% | 0.91% | - |
XYZ | 63.31 | 68.19 | 85.43 | - |
YUV | 214.1 | 137.54 | 117.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 231 | 0.13 | 0.06 | 0 | 0.09 | 205.16 | 0.39 | 0.85 |
Hex | C8 | DA | E7 | D | 6 | 0 | 9 | CD | 27 | 55 |
Octal | 310 | 332 | 347 | 15 | 6 | 0 | 11 | 315 | 47 | 125 |
Binary | 11001000 | 11011010 | 11100111 | 1101 | 110 | 0 | 1001 | 11001101 | 100111 | 1010101 |
Color Harmonies of #C8DAE7
Complementary color
Monochromatic Colors of #C8DAE7
Black with #C8DAE7
Text Example
Text Example
White with #C8DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAE7; }
p { color: rgb(200,218,231); }
H1.HeaderClassName
{
color: #C8DAE7;
}
.AnyTagClassName
{
color: #C8DAE7;
}
</style>
background-color css
<style>
a { background-color: #C8DAE7; }
a { background-color: rgb(200,218,231); }
div.DivClassName
{
background-color: #C8DAE7;
}
.BgClassName
{
background-color: #C8DAE7;
}
</style>
border-color css
<style>
span { border-color: #C8DAE7; }
span { border-color: rgb(200,218,231); }
td.TdClassName
{
border-color: #C8DAE7;
}
.TagClassName
{
border-color: #C8DAE7;
}
</style>