Shades of Pattens Blue #C8DEEA
Tints of Pattens Blue #C8DEEA
RGB
CMYK
RGB Variations
Color information
#C8DEEA (or 0xC8DEEA) is known color: Pattens Blue. HEX triplet: C8, DE and EA. RGB value is (200,222,234). Sum of RGB (Red+Green+Blue) = 200+222+234=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEA is #372115. Grayscale: #D8D8D8. Windows color (decimal): -3612950 or 15392456. OLE color: 15392456.
HSL color Cylindrical-coordinate representation of color #C8DEEA: hue angle of 201.18º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DEEA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 200 | 222 | 234 | - |
CMYK | 0.15 | 0.05 | 0 | 0.08 |
HSL | 201.18º | 0.45% | 0.85% | - |
HSV(B) | 201.18º | 0.15% | 0.92% | - |
XYZ | 64.79 | 70.46 | 88.03 | - |
YUV | 216.79 | 137.71 | 116.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 222 | 234 | 0.15 | 0.05 | 0 | 0.08 | 201.18 | 0.45 | 0.85 |
Hex | C8 | DE | EA | F | 5 | 0 | 8 | C9 | 2D | 55 |
Octal | 310 | 336 | 352 | 17 | 5 | 0 | 10 | 311 | 55 | 125 |
Binary | 11001000 | 11011110 | 11101010 | 1111 | 101 | 0 | 1000 | 11001001 | 101101 | 1010101 |
Color Harmonies of #C8DEEA
Complementary color
Monochromatic Colors of #C8DEEA
Black with #C8DEEA
Text Example
Text Example
White with #C8DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEEA; }
p { color: rgb(200,222,234); }
H1.HeaderClassName
{
color: #C8DEEA;
}
.AnyTagClassName
{
color: #C8DEEA;
}
</style>
background-color css
<style>
a { background-color: #C8DEEA; }
a { background-color: rgb(200,222,234); }
div.DivClassName
{
background-color: #C8DEEA;
}
.BgClassName
{
background-color: #C8DEEA;
}
</style>
border-color css
<style>
span { border-color: #C8DEEA; }
span { border-color: rgb(200,222,234); }
td.TdClassName
{
border-color: #C8DEEA;
}
.TagClassName
{
border-color: #C8DEEA;
}
</style>