Shades of Periwinkle #C2CAEE
Tints of Periwinkle #C2CAEE
RGB
CMYK
RGB Variations
Color information
#C2CAEE (or 0xC2CAEE) is known color: Periwinkle. HEX triplet: C2, CA and EE. RGB value is (194,202,238). Sum of RGB (Red+Green+Blue) = 194+202+238=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAEE is #3D3511. Grayscale: #CBCBCB. Windows color (decimal): -4011282 or 15649474. OLE color: 15649474.
HSL color Cylindrical-coordinate representation of color #C2CAEE: hue angle of 229.09º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CAEE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 202 | 238 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.07 |
| HSL | 229.09º | 0.56% | 0.85% | - |
| HSV(B) | 229.09º | 0.18% | 0.93% | - |
| XYZ | 58.8 | 59.88 | 89.35 | - |
| YUV | 203.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 238 | 0.18 | 0.15 | 0 | 0.07 | 229.09 | 0.56 | 0.85 |
| Hex | C2 | CA | EE | 12 | F | 0 | 7 | E5 | 38 | 55 |
| Octal | 302 | 312 | 356 | 22 | 17 | 0 | 7 | 345 | 70 | 125 |
| Binary | 11000010 | 11001010 | 11101110 | 10010 | 1111 | 0 | 111 | 11100101 | 111000 | 1010101 |
Color Harmonies of #C2CAEE
Complementary color
Monochromatic Colors of #C2CAEE
Black with #C2CAEE
Text Example
Text Example
White with #C2CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAEE; }
p { color: rgb(194,202,238); }
H1.HeaderClassName
{
color: #C2CAEE;
}
.AnyTagClassName
{
color: #C2CAEE;
}
</style>
background-color css
<style>
a { background-color: #C2CAEE; }
a { background-color: rgb(194,202,238); }
div.DivClassName
{
background-color: #C2CAEE;
}
.BgClassName
{
background-color: #C2CAEE;
}
</style>
border-color css
<style>
span { border-color: #C2CAEE; }
span { border-color: rgb(194,202,238); }
td.TdClassName
{
border-color: #C2CAEE;
}
.TagClassName
{
border-color: #C2CAEE;
}
</style>