Shades of Periwinkle #C3CBEE
Tints of Periwinkle #C3CBEE
RGB
CMYK
RGB Variations
Color information
#C3CBEE (or 0xC3CBEE) is known color: Periwinkle. HEX triplet: C3, CB and EE. RGB value is (195,203,238). Sum of RGB (Red+Green+Blue) = 195+203+238=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 203 (79.69% from 255 or 31.92% 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 #C3CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBEE is #3C3411. Grayscale: #CCCCCC. Windows color (decimal): -3945490 or 15649731. OLE color: 15649731.
HSL color Cylindrical-coordinate representation of color #C3CBEE: hue angle of 228.84º 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 #C3CBEE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 203 | 238 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.07 |
| HSL | 228.84º | 0.56% | 0.85% | - |
| HSV(B) | 228.84º | 0.18% | 0.93% | - |
| XYZ | 59.29 | 60.49 | 89.44 | - |
| YUV | 204.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 238 | 0.18 | 0.15 | 0 | 0.07 | 228.84 | 0.56 | 0.85 |
| Hex | C3 | CB | EE | 12 | F | 0 | 7 | E5 | 38 | 55 |
| Octal | 303 | 313 | 356 | 22 | 17 | 0 | 7 | 345 | 70 | 125 |
| Binary | 11000011 | 11001011 | 11101110 | 10010 | 1111 | 0 | 111 | 11100101 | 111000 | 1010101 |
Color Harmonies of #C3CBEE
Complementary color
Monochromatic Colors of #C3CBEE
Black with #C3CBEE
Text Example
Text Example
White with #C3CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBEE; }
p { color: rgb(195,203,238); }
H1.HeaderClassName
{
color: #C3CBEE;
}
.AnyTagClassName
{
color: #C3CBEE;
}
</style>
background-color css
<style>
a { background-color: #C3CBEE; }
a { background-color: rgb(195,203,238); }
div.DivClassName
{
background-color: #C3CBEE;
}
.BgClassName
{
background-color: #C3CBEE;
}
</style>
border-color css
<style>
span { border-color: #C3CBEE; }
span { border-color: rgb(195,203,238); }
td.TdClassName
{
border-color: #C3CBEE;
}
.TagClassName
{
border-color: #C3CBEE;
}
</style>