Shades of Periwinkle #C2CBEE
Tints of Periwinkle #C2CBEE
RGB
CMYK
RGB Variations
Color information
#C2CBEE (or 0xC2CBEE) is known color: Periwinkle. HEX triplet: C2, CB and EE. RGB value is (194,203,238). Sum of RGB (Red+Green+Blue) = 194+203+238=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBEE is #3D3411. Grayscale: #CCCCCC. Windows color (decimal): -4011026 or 15649730. OLE color: 15649730.
HSL color Cylindrical-coordinate representation of color #C2CBEE: hue angle of 227.73º 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 #C2CBEE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 203 | 238 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.07 |
| HSL | 227.73º | 0.56% | 0.85% | - |
| HSV(B) | 227.73º | 0.18% | 0.93% | - |
| XYZ | 59.04 | 60.35 | 89.43 | - |
| YUV | 204.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 238 | 0.18 | 0.15 | 0 | 0.07 | 227.73 | 0.56 | 0.85 |
| Hex | C2 | CB | EE | 12 | F | 0 | 7 | E4 | 38 | 55 |
| Octal | 302 | 313 | 356 | 22 | 17 | 0 | 7 | 344 | 70 | 125 |
| Binary | 11000010 | 11001011 | 11101110 | 10010 | 1111 | 0 | 111 | 11100100 | 111000 | 1010101 |
Color Harmonies of #C2CBEE
Complementary color
Monochromatic Colors of #C2CBEE
Black with #C2CBEE
Text Example
Text Example
White with #C2CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBEE; }
p { color: rgb(194,203,238); }
H1.HeaderClassName
{
color: #C2CBEE;
}
.AnyTagClassName
{
color: #C2CBEE;
}
</style>
background-color css
<style>
a { background-color: #C2CBEE; }
a { background-color: rgb(194,203,238); }
div.DivClassName
{
background-color: #C2CBEE;
}
.BgClassName
{
background-color: #C2CBEE;
}
</style>
border-color css
<style>
span { border-color: #C2CBEE; }
span { border-color: rgb(194,203,238); }
td.TdClassName
{
border-color: #C2CBEE;
}
.TagClassName
{
border-color: #C2CBEE;
}
</style>