Shades of Pattens Blue #C4D8E4
Tints of Pattens Blue #C4D8E4
RGB
CMYK
RGB Variations
Color information
#C4D8E4 (or 0xC4D8E4) is known color: Pattens Blue. HEX triplet: C4, D8 and E4. RGB value is (196,216,228). Sum of RGB (Red+Green+Blue) = 196+216+228=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4D8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8E4 is #3B271B. Grayscale: #D3D3D3. Windows color (decimal): -3876636 or 14997700. OLE color: 14997700.
HSL color Cylindrical-coordinate representation of color #C4D8E4: hue angle of 202.5º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4D8E4 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 216 | 228 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.11 |
| HSL | 202.5º | 0.37% | 0.83% | - |
| HSV(B) | 202.5º | 0.14% | 0.89% | - |
| XYZ | 61.32 | 66.45 | 82.99 | - |
| YUV | 211.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 228 | 0.14 | 0.05 | 0 | 0.11 | 202.5 | 0.37 | 0.83 |
| Hex | C4 | D8 | E4 | E | 5 | 0 | B | CA | 25 | 53 |
| Octal | 304 | 330 | 344 | 16 | 5 | 0 | 13 | 312 | 45 | 123 |
| Binary | 11000100 | 11011000 | 11100100 | 1110 | 101 | 0 | 1011 | 11001010 | 100101 | 1010011 |
Color Harmonies of #C4D8E4
Complementary color
Monochromatic Colors of #C4D8E4
Black with #C4D8E4
Text Example
Text Example
White with #C4D8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8E4; }
p { color: rgb(196,216,228); }
H1.HeaderClassName
{
color: #C4D8E4;
}
.AnyTagClassName
{
color: #C4D8E4;
}
</style>
background-color css
<style>
a { background-color: #C4D8E4; }
a { background-color: rgb(196,216,228); }
div.DivClassName
{
background-color: #C4D8E4;
}
.BgClassName
{
background-color: #C4D8E4;
}
</style>
border-color css
<style>
span { border-color: #C4D8E4; }
span { border-color: rgb(196,216,228); }
td.TdClassName
{
border-color: #C4D8E4;
}
.TagClassName
{
border-color: #C4D8E4;
}
</style>