Shades of Pattens Blue #C4DDED
Tints of Pattens Blue #C4DDED
RGB
CMYK
RGB Variations
Color information
#C4DDED (or 0xC4DDED) is known color: Pattens Blue. HEX triplet: C4, DD and ED. RGB value is (196,221,237). Sum of RGB (Red+Green+Blue) = 196+221+237=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDED is #3B2212. Grayscale: #D7D7D7. Windows color (decimal): -3875347 or 15588804. OLE color: 15588804.
HSL color Cylindrical-coordinate representation of color #C4DDED: hue angle of 203.41º 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 #C4DDED is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 221 | 237 | - |
CMYK | 0.17 | 0.07 | 0 | 0.07 |
HSL | 203.41º | 0.53% | 0.85% | - |
HSV(B) | 203.41º | 0.17% | 0.93% | - |
XYZ | 63.91 | 69.56 | 90.18 | - |
YUV | 215.35 | 140.22 | 114.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 221 | 237 | 0.17 | 0.07 | 0 | 0.07 | 203.41 | 0.53 | 0.85 |
Hex | C4 | DD | ED | 11 | 7 | 0 | 7 | CB | 35 | 55 |
Octal | 304 | 335 | 355 | 21 | 7 | 0 | 7 | 313 | 65 | 125 |
Binary | 11000100 | 11011101 | 11101101 | 10001 | 111 | 0 | 111 | 11001011 | 110101 | 1010101 |
Color Harmonies of #C4DDED
Complementary color
Monochromatic Colors of #C4DDED
Black with #C4DDED
Text Example
Text Example
White with #C4DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDED; }
p { color: rgb(196,221,237); }
H1.HeaderClassName
{
color: #C4DDED;
}
.AnyTagClassName
{
color: #C4DDED;
}
</style>
background-color css
<style>
a { background-color: #C4DDED; }
a { background-color: rgb(196,221,237); }
div.DivClassName
{
background-color: #C4DDED;
}
.BgClassName
{
background-color: #C4DDED;
}
</style>
border-color css
<style>
span { border-color: #C4DDED; }
span { border-color: rgb(196,221,237); }
td.TdClassName
{
border-color: #C4DDED;
}
.TagClassName
{
border-color: #C4DDED;
}
</style>