Shades of Periwinkle #C2CAE2
Tints of Periwinkle #C2CAE2
RGB
CMYK
RGB Variations
Color information
#C2CAE2 (or 0xC2CAE2) is known color: Periwinkle. HEX triplet: C2, CA and E2. RGB value is (194,202,226). Sum of RGB (Red+Green+Blue) = 194+202+226=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #C2CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAE2 is #3D351D. Grayscale: #CACACA. Windows color (decimal): -4011294 or 14863042. OLE color: 14863042.
HSL color Cylindrical-coordinate representation of color #C2CAE2: hue angle of 225º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2CAE2 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 202 | 226 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.11 |
| HSL | 225º | 0.36% | 0.82% | - |
| HSV(B) | 225º | 0.14% | 0.89% | - |
| XYZ | 57.1 | 59.2 | 80.37 | - |
| YUV | 202.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 226 | 0.14 | 0.11 | 0 | 0.11 | 225 | 0.36 | 0.82 |
| Hex | C2 | CA | E2 | E | B | 0 | B | E1 | 24 | 52 |
| Octal | 302 | 312 | 342 | 16 | 13 | 0 | 13 | 341 | 44 | 122 |
| Binary | 11000010 | 11001010 | 11100010 | 1110 | 1011 | 0 | 1011 | 11100001 | 100100 | 1010010 |
Color Harmonies of #C2CAE2
Complementary color
Monochromatic Colors of #C2CAE2
Black with #C2CAE2
Text Example
Text Example
White with #C2CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAE2; }
p { color: rgb(194,202,226); }
H1.HeaderClassName
{
color: #C2CAE2;
}
.AnyTagClassName
{
color: #C2CAE2;
}
</style>
background-color css
<style>
a { background-color: #C2CAE2; }
a { background-color: rgb(194,202,226); }
div.DivClassName
{
background-color: #C2CAE2;
}
.BgClassName
{
background-color: #C2CAE2;
}
</style>
border-color css
<style>
span { border-color: #C2CAE2; }
span { border-color: rgb(194,202,226); }
td.TdClassName
{
border-color: #C2CAE2;
}
.TagClassName
{
border-color: #C2CAE2;
}
</style>