Shades of Pattens Blue #C4DCEE
Tints of Pattens Blue #C4DCEE
RGB
CMYK
RGB Variations
Color information
#C4DCEE (or 0xC4DCEE) is known color: Pattens Blue. HEX triplet: C4, DC and EE. RGB value is (196,220,238). Sum of RGB (Red+Green+Blue) = 196+220+238=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCEE is #3B2311. Grayscale: #D6D6D6. Windows color (decimal): -3875602 or 15654084. OLE color: 15654084.
HSL color Cylindrical-coordinate representation of color #C4DCEE: hue angle of 205.71º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4DCEE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 220 | 238 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.07 |
| HSL | 205.71º | 0.55% | 0.85% | - |
| HSV(B) | 205.71º | 0.18% | 0.93% | - |
| XYZ | 63.79 | 69.1 | 90.86 | - |
| YUV | 214.88 | 141.05 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 238 | 0.18 | 0.08 | 0 | 0.07 | 205.71 | 0.55 | 0.85 |
| Hex | C4 | DC | EE | 12 | 8 | 0 | 7 | CE | 37 | 55 |
| Octal | 304 | 334 | 356 | 22 | 10 | 0 | 7 | 316 | 67 | 125 |
| Binary | 11000100 | 11011100 | 11101110 | 10010 | 1000 | 0 | 111 | 11001110 | 110111 | 1010101 |
Color Harmonies of #C4DCEE
Complementary color
Monochromatic Colors of #C4DCEE
Black with #C4DCEE
Text Example
Text Example
White with #C4DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCEE; }
p { color: rgb(196,220,238); }
H1.HeaderClassName
{
color: #C4DCEE;
}
.AnyTagClassName
{
color: #C4DCEE;
}
</style>
background-color css
<style>
a { background-color: #C4DCEE; }
a { background-color: rgb(196,220,238); }
div.DivClassName
{
background-color: #C4DCEE;
}
.BgClassName
{
background-color: #C4DCEE;
}
</style>
border-color css
<style>
span { border-color: #C4DCEE; }
span { border-color: rgb(196,220,238); }
td.TdClassName
{
border-color: #C4DCEE;
}
.TagClassName
{
border-color: #C4DCEE;
}
</style>