Shades of Pattens Blue #C4DCE8
Tints of Pattens Blue #C4DCE8
RGB
CMYK
RGB Variations
Color information
#C4DCE8 (or 0xC4DCE8) is known color: Pattens Blue. HEX triplet: C4, DC and E8. RGB value is (196,220,232). Sum of RGB (Red+Green+Blue) = 196+220+232=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCE8 is #3B2317. Grayscale: #D6D6D6. Windows color (decimal): -3875608 or 15260868. OLE color: 15260868.
HSL color Cylindrical-coordinate representation of color #C4DCE8: hue angle of 200º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4DCE8 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 220 | 232 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.09 |
| HSL | 200º | 0.44% | 0.84% | - |
| HSV(B) | 200º | 0.16% | 0.91% | - |
| XYZ | 62.92 | 68.75 | 86.3 | - |
| YUV | 214.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 232 | 0.16 | 0.05 | 0 | 0.09 | 200 | 0.44 | 0.84 |
| Hex | C4 | DC | E8 | 10 | 5 | 0 | 9 | C8 | 2C | 54 |
| Octal | 304 | 334 | 350 | 20 | 5 | 0 | 11 | 310 | 54 | 124 |
| Binary | 11000100 | 11011100 | 11101000 | 10000 | 101 | 0 | 1001 | 11001000 | 101100 | 1010100 |
Color Harmonies of #C4DCE8
Complementary color
Monochromatic Colors of #C4DCE8
Black with #C4DCE8
Text Example
Text Example
White with #C4DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCE8; }
p { color: rgb(196,220,232); }
H1.HeaderClassName
{
color: #C4DCE8;
}
.AnyTagClassName
{
color: #C4DCE8;
}
</style>
background-color css
<style>
a { background-color: #C4DCE8; }
a { background-color: rgb(196,220,232); }
div.DivClassName
{
background-color: #C4DCE8;
}
.BgClassName
{
background-color: #C4DCE8;
}
</style>
border-color css
<style>
span { border-color: #C4DCE8; }
span { border-color: rgb(196,220,232); }
td.TdClassName
{
border-color: #C4DCE8;
}
.TagClassName
{
border-color: #C4DCE8;
}
</style>