Shades of Pattens Blue #C8DCED
Tints of Pattens Blue #C8DCED
RGB
CMYK
RGB Variations
Color information
#C8DCED (or 0xC8DCED) is known color: Pattens Blue. HEX triplet: C8, DC and ED. RGB value is (200,220,237). Sum of RGB (Red+Green+Blue) = 200+220+237=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCED is #372312. Grayscale: #D7D7D7. Windows color (decimal): -3613459 or 15588552. OLE color: 15588552.
HSL color Cylindrical-coordinate representation of color #C8DCED: hue angle of 207.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DCED is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 220 | 237 | - |
CMYK | 0.16 | 0.07 | 0 | 0.07 |
HSL | 207.57º | 0.51% | 0.86% | - |
HSV(B) | 207.57º | 0.16% | 0.93% | - |
XYZ | 64.7 | 69.58 | 90.14 | - |
YUV | 215.96 | 139.87 | 116.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 237 | 0.16 | 0.07 | 0 | 0.07 | 207.57 | 0.51 | 0.86 |
Hex | C8 | DC | ED | 10 | 7 | 0 | 7 | D0 | 33 | 56 |
Octal | 310 | 334 | 355 | 20 | 7 | 0 | 7 | 320 | 63 | 126 |
Binary | 11001000 | 11011100 | 11101101 | 10000 | 111 | 0 | 111 | 11010000 | 110011 | 1010110 |
Color Harmonies of #C8DCED
Complementary color
Monochromatic Colors of #C8DCED
Black with #C8DCED
Text Example
Text Example
White with #C8DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCED; }
p { color: rgb(200,220,237); }
H1.HeaderClassName
{
color: #C8DCED;
}
.AnyTagClassName
{
color: #C8DCED;
}
</style>
background-color css
<style>
a { background-color: #C8DCED; }
a { background-color: rgb(200,220,237); }
div.DivClassName
{
background-color: #C8DCED;
}
.BgClassName
{
background-color: #C8DCED;
}
</style>
border-color css
<style>
span { border-color: #C8DCED; }
span { border-color: rgb(200,220,237); }
td.TdClassName
{
border-color: #C8DCED;
}
.TagClassName
{
border-color: #C8DCED;
}
</style>