Shades of Pattens Blue #C4D9ED
Tints of Pattens Blue #C4D9ED
RGB
CMYK
RGB Variations
Color information
#C4D9ED (or 0xC4D9ED) is known color: Pattens Blue. HEX triplet: C4, D9 and ED. RGB value is (196,217,237). Sum of RGB (Red+Green+Blue) = 196+217+237=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4D9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D9ED is #3B2612. Grayscale: #D4D4D4. Windows color (decimal): -3876371 or 15587780. OLE color: 15587780.
HSL color Cylindrical-coordinate representation of color #C4D9ED: hue angle of 209.27º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4D9ED is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 217 | 237 | - |
CMYK | 0.17 | 0.08 | 0 | 0.07 |
HSL | 209.27º | 0.53% | 0.85% | - |
HSV(B) | 209.27º | 0.17% | 0.93% | - |
XYZ | 62.86 | 67.48 | 89.83 | - |
YUV | 213 | 141.54 | 115.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 217 | 237 | 0.17 | 0.08 | 0 | 0.07 | 209.27 | 0.53 | 0.85 |
Hex | C4 | D9 | ED | 11 | 8 | 0 | 7 | D1 | 35 | 55 |
Octal | 304 | 331 | 355 | 21 | 10 | 0 | 7 | 321 | 65 | 125 |
Binary | 11000100 | 11011001 | 11101101 | 10001 | 1000 | 0 | 111 | 11010001 | 110101 | 1010101 |
Color Harmonies of #C4D9ED
Complementary color
Monochromatic Colors of #C4D9ED
Black with #C4D9ED
Text Example
Text Example
White with #C4D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D9ED; }
p { color: rgb(196,217,237); }
H1.HeaderClassName
{
color: #C4D9ED;
}
.AnyTagClassName
{
color: #C4D9ED;
}
</style>
background-color css
<style>
a { background-color: #C4D9ED; }
a { background-color: rgb(196,217,237); }
div.DivClassName
{
background-color: #C4D9ED;
}
.BgClassName
{
background-color: #C4D9ED;
}
</style>
border-color css
<style>
span { border-color: #C4D9ED; }
span { border-color: rgb(196,217,237); }
td.TdClassName
{
border-color: #C4D9ED;
}
.TagClassName
{
border-color: #C4D9ED;
}
</style>