Shades of Pattens Blue #C2DAE7
Tints of Pattens Blue #C2DAE7
RGB
CMYK
RGB Variations
Color information
#C2DAE7 (or 0xC2DAE7) is known color: Pattens Blue. HEX triplet: C2, DA and E7. RGB value is (194,218,231). Sum of RGB (Red+Green+Blue) = 194+218+231=643 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.17% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2DAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAE7 is #3D2518. Grayscale: #D4D4D4. Windows color (decimal): -4007193 or 15194818. OLE color: 15194818.
HSL color Cylindrical-coordinate representation of color #C2DAE7: hue angle of 201.08º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DAE7 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 218 | 231 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.09 |
| HSL | 201.08º | 0.44% | 0.83% | - |
| HSV(B) | 201.08º | 0.16% | 0.91% | - |
| XYZ | 61.74 | 67.38 | 85.35 | - |
| YUV | 212.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 231 | 0.16 | 0.06 | 0 | 0.09 | 201.08 | 0.44 | 0.83 |
| Hex | C2 | DA | E7 | 10 | 6 | 0 | 9 | C9 | 2C | 53 |
| Octal | 302 | 332 | 347 | 20 | 6 | 0 | 11 | 311 | 54 | 123 |
| Binary | 11000010 | 11011010 | 11100111 | 10000 | 110 | 0 | 1001 | 11001001 | 101100 | 1010011 |
Color Harmonies of #C2DAE7
Complementary color
Monochromatic Colors of #C2DAE7
Black with #C2DAE7
Text Example
Text Example
White with #C2DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAE7; }
p { color: rgb(194,218,231); }
H1.HeaderClassName
{
color: #C2DAE7;
}
.AnyTagClassName
{
color: #C2DAE7;
}
</style>
background-color css
<style>
a { background-color: #C2DAE7; }
a { background-color: rgb(194,218,231); }
div.DivClassName
{
background-color: #C2DAE7;
}
.BgClassName
{
background-color: #C2DAE7;
}
</style>
border-color css
<style>
span { border-color: #C2DAE7; }
span { border-color: rgb(194,218,231); }
td.TdClassName
{
border-color: #C2DAE7;
}
.TagClassName
{
border-color: #C2DAE7;
}
</style>