Shades of Pattens Blue #C4DCEA
Tints of Pattens Blue #C4DCEA
RGB
CMYK
RGB Variations
Color information
#C4DCEA (or 0xC4DCEA) is known color: Pattens Blue. HEX triplet: C4, DC and EA. RGB value is (196,220,234). Sum of RGB (Red+Green+Blue) = 196+220+234=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCEA is #3B2315. Grayscale: #D6D6D6. Windows color (decimal): -3875606 or 15391940. OLE color: 15391940.
HSL color Cylindrical-coordinate representation of color #C4DCEA: hue angle of 202.11º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4DCEA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 220 | 234 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.08 |
| HSL | 202.11º | 0.48% | 0.84% | - |
| HSV(B) | 202.11º | 0.16% | 0.92% | - |
| XYZ | 63.21 | 68.86 | 87.8 | - |
| YUV | 214.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 234 | 0.16 | 0.06 | 0 | 0.08 | 202.11 | 0.48 | 0.84 |
| Hex | C4 | DC | EA | 10 | 6 | 0 | 8 | CA | 30 | 54 |
| Octal | 304 | 334 | 352 | 20 | 6 | 0 | 10 | 312 | 60 | 124 |
| Binary | 11000100 | 11011100 | 11101010 | 10000 | 110 | 0 | 1000 | 11001010 | 110000 | 1010100 |
Color Harmonies of #C4DCEA
Complementary color
Monochromatic Colors of #C4DCEA
Black with #C4DCEA
Text Example
Text Example
White with #C4DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCEA; }
p { color: rgb(196,220,234); }
H1.HeaderClassName
{
color: #C4DCEA;
}
.AnyTagClassName
{
color: #C4DCEA;
}
</style>
background-color css
<style>
a { background-color: #C4DCEA; }
a { background-color: rgb(196,220,234); }
div.DivClassName
{
background-color: #C4DCEA;
}
.BgClassName
{
background-color: #C4DCEA;
}
</style>
border-color css
<style>
span { border-color: #C4DCEA; }
span { border-color: rgb(196,220,234); }
td.TdClassName
{
border-color: #C4DCEA;
}
.TagClassName
{
border-color: #C4DCEA;
}
</style>