Shades of Pattens Blue #C3D8E4
Tints of Pattens Blue #C3D8E4
RGB
CMYK
RGB Variations
Color information
#C3D8E4 (or 0xC3D8E4) is known color: Pattens Blue. HEX triplet: C3, D8 and E4. RGB value is (195,216,228). Sum of RGB (Red+Green+Blue) = 195+216+228=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #C3D8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8E4 is #3C271B. Grayscale: #D3D3D3. Windows color (decimal): -3942172 or 14997699. OLE color: 14997699.
HSL color Cylindrical-coordinate representation of color #C3D8E4: hue angle of 201.82º degrees, saturation: 0.38, 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 #C3D8E4 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 216 | 228 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.11 |
| HSL | 201.82º | 0.38% | 0.83% | - |
| HSV(B) | 201.82º | 0.14% | 0.89% | - |
| XYZ | 61.07 | 66.32 | 82.98 | - |
| YUV | 211.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 228 | 0.14 | 0.05 | 0 | 0.11 | 201.82 | 0.38 | 0.83 |
| Hex | C3 | D8 | E4 | E | 5 | 0 | B | CA | 26 | 53 |
| Octal | 303 | 330 | 344 | 16 | 5 | 0 | 13 | 312 | 46 | 123 |
| Binary | 11000011 | 11011000 | 11100100 | 1110 | 101 | 0 | 1011 | 11001010 | 100110 | 1010011 |
Color Harmonies of #C3D8E4
Complementary color
Monochromatic Colors of #C3D8E4
Black with #C3D8E4
Text Example
Text Example
White with #C3D8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8E4; }
p { color: rgb(195,216,228); }
H1.HeaderClassName
{
color: #C3D8E4;
}
.AnyTagClassName
{
color: #C3D8E4;
}
</style>
background-color css
<style>
a { background-color: #C3D8E4; }
a { background-color: rgb(195,216,228); }
div.DivClassName
{
background-color: #C3D8E4;
}
.BgClassName
{
background-color: #C3D8E4;
}
</style>
border-color css
<style>
span { border-color: #C3D8E4; }
span { border-color: rgb(195,216,228); }
td.TdClassName
{
border-color: #C3D8E4;
}
.TagClassName
{
border-color: #C3D8E4;
}
</style>