Shades of Periwinkle #C2CCEE
Tints of Periwinkle #C2CCEE
RGB
CMYK
RGB Variations
Color information
#C2CCEE (or 0xC2CCEE) is known color: Periwinkle. HEX triplet: C2, CC and EE. RGB value is (194,204,238). Sum of RGB (Red+Green+Blue) = 194+204+238=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCEE is #3D3311. Grayscale: #CCCCCC. Windows color (decimal): -4010770 or 15649986. OLE color: 15649986.
HSL color Cylindrical-coordinate representation of color #C2CCEE: hue angle of 226.36º 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 #C2CCEE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 204 | 238 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.07 |
| HSL | 226.36º | 0.56% | 0.85% | - |
| HSV(B) | 226.36º | 0.18% | 0.93% | - |
| XYZ | 59.27 | 60.83 | 89.51 | - |
| YUV | 204.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 238 | 0.18 | 0.14 | 0 | 0.07 | 226.36 | 0.56 | 0.85 |
| Hex | C2 | CC | EE | 12 | E | 0 | 7 | E2 | 38 | 55 |
| Octal | 302 | 314 | 356 | 22 | 16 | 0 | 7 | 342 | 70 | 125 |
| Binary | 11000010 | 11001100 | 11101110 | 10010 | 1110 | 0 | 111 | 11100010 | 111000 | 1010101 |
Color Harmonies of #C2CCEE
Complementary color
Monochromatic Colors of #C2CCEE
Black with #C2CCEE
Text Example
Text Example
White with #C2CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCEE; }
p { color: rgb(194,204,238); }
H1.HeaderClassName
{
color: #C2CCEE;
}
.AnyTagClassName
{
color: #C2CCEE;
}
</style>
background-color css
<style>
a { background-color: #C2CCEE; }
a { background-color: rgb(194,204,238); }
div.DivClassName
{
background-color: #C2CCEE;
}
.BgClassName
{
background-color: #C2CCEE;
}
</style>
border-color css
<style>
span { border-color: #C2CCEE; }
span { border-color: rgb(194,204,238); }
td.TdClassName
{
border-color: #C2CCEE;
}
.TagClassName
{
border-color: #C2CCEE;
}
</style>