Shades of Pattens Blue #C2DEFD
Tints of Pattens Blue #C2DEFD
RGB
CMYK
RGB Variations
Color information
#C2DEFD (or 0xC2DEFD) is known color: Pattens Blue. HEX triplet: C2, DE and FD. RGB value is (194,222,253). Sum of RGB (Red+Green+Blue) = 194+222+253=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEFD is #3D2102. Grayscale: #D9D9D9. Windows color (decimal): -4006147 or 16637634. OLE color: 16637634.
HSL color Cylindrical-coordinate representation of color #C2DEFD: hue angle of 211.53º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DEFD is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 222 | 253 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.01 |
| HSL | 211.53º | 0.94% | 0.88% | - |
| HSV(B) | 211.53º | 0.23% | 0.99% | - |
| XYZ | 66.1 | 70.8 | 103.11 | - |
| YUV | 217.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 253 | 0.23 | 0.12 | 0 | 0.01 | 211.53 | 0.94 | 0.88 |
| Hex | C2 | DE | FD | 17 | C | 0 | 1 | D4 | 5E | 58 |
| Octal | 302 | 336 | 375 | 27 | 14 | 0 | 1 | 324 | 136 | 130 |
| Binary | 11000010 | 11011110 | 11111101 | 10111 | 1100 | 0 | 1 | 11010100 | 1011110 | 1011000 |
Color Harmonies of #C2DEFD
Complementary color
Monochromatic Colors of #C2DEFD
Black with #C2DEFD
Text Example
Text Example
White with #C2DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEFD; }
p { color: rgb(194,222,253); }
H1.HeaderClassName
{
color: #C2DEFD;
}
.AnyTagClassName
{
color: #C2DEFD;
}
</style>
background-color css
<style>
a { background-color: #C2DEFD; }
a { background-color: rgb(194,222,253); }
div.DivClassName
{
background-color: #C2DEFD;
}
.BgClassName
{
background-color: #C2DEFD;
}
</style>
border-color css
<style>
span { border-color: #C2DEFD; }
span { border-color: rgb(194,222,253); }
td.TdClassName
{
border-color: #C2DEFD;
}
.TagClassName
{
border-color: #C2DEFD;
}
</style>