Shades of Pattens Blue #C8DBE8
Tints of Pattens Blue #C8DBE8
RGB
CMYK
RGB Variations
Color information
#C8DBE8 (or 0xC8DBE8) is known color: Pattens Blue. HEX triplet: C8, DB and E8. RGB value is (200,219,232). Sum of RGB (Red+Green+Blue) = 200+219+232=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBE8 is #372417. Grayscale: #D6D6D6. Windows color (decimal): -3613720 or 15260616. OLE color: 15260616.
HSL color Cylindrical-coordinate representation of color #C8DBE8: hue angle of 204.38º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8DBE8 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 219 | 232 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.09 |
| HSL | 204.38º | 0.41% | 0.85% | - |
| HSV(B) | 204.38º | 0.14% | 0.91% | - |
| XYZ | 63.72 | 68.77 | 86.26 | - |
| YUV | 214.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 232 | 0.14 | 0.06 | 0 | 0.09 | 204.38 | 0.41 | 0.85 |
| Hex | C8 | DB | E8 | E | 6 | 0 | 9 | CC | 29 | 55 |
| Octal | 310 | 333 | 350 | 16 | 6 | 0 | 11 | 314 | 51 | 125 |
| Binary | 11001000 | 11011011 | 11101000 | 1110 | 110 | 0 | 1001 | 11001100 | 101001 | 1010101 |
Color Harmonies of #C8DBE8
Complementary color
Monochromatic Colors of #C8DBE8
Black with #C8DBE8
Text Example
Text Example
White with #C8DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBE8; }
p { color: rgb(200,219,232); }
H1.HeaderClassName
{
color: #C8DBE8;
}
.AnyTagClassName
{
color: #C8DBE8;
}
</style>
background-color css
<style>
a { background-color: #C8DBE8; }
a { background-color: rgb(200,219,232); }
div.DivClassName
{
background-color: #C8DBE8;
}
.BgClassName
{
background-color: #C8DBE8;
}
</style>
border-color css
<style>
span { border-color: #C8DBE8; }
span { border-color: rgb(200,219,232); }
td.TdClassName
{
border-color: #C8DBE8;
}
.TagClassName
{
border-color: #C8DBE8;
}
</style>