Shades of Periwinkle #C2CEE5
Tints of Periwinkle #C2CEE5
RGB
CMYK
RGB Variations
Color information
#C2CEE5 (or 0xC2CEE5) is known color: Periwinkle. HEX triplet: C2, CE and E5. RGB value is (194,206,229). Sum of RGB (Red+Green+Blue) = 194+206+229=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEE5 is #3D311A. Grayscale: #CCCCCC. Windows color (decimal): -4010267 or 15060674. OLE color: 15060674.
HSL color Cylindrical-coordinate representation of color #C2CEE5: hue angle of 219.43º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CEE5 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 194 | 206 | 229 | - |
CMYK | 0.15 | 0.10 | 0 | 0.10 |
HSL | 219.43º | 0.4% | 0.83% | - |
HSV(B) | 219.43º | 0.15% | 0.9% | - |
XYZ | 58.46 | 61.27 | 82.87 | - |
YUV | 205.03 | 141.52 | 120.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 206 | 229 | 0.15 | 0.10 | 0 | 0.10 | 219.43 | 0.4 | 0.83 |
Hex | C2 | CE | E5 | F | A | 0 | A | DB | 28 | 53 |
Octal | 302 | 316 | 345 | 17 | 12 | 0 | 12 | 333 | 50 | 123 |
Binary | 11000010 | 11001110 | 11100101 | 1111 | 1010 | 0 | 1010 | 11011011 | 101000 | 1010011 |
Color Harmonies of #C2CEE5
Complementary color
Monochromatic Colors of #C2CEE5
Black with #C2CEE5
Text Example
Text Example
White with #C2CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEE5; }
p { color: rgb(194,206,229); }
H1.HeaderClassName
{
color: #C2CEE5;
}
.AnyTagClassName
{
color: #C2CEE5;
}
</style>
background-color css
<style>
a { background-color: #C2CEE5; }
a { background-color: rgb(194,206,229); }
div.DivClassName
{
background-color: #C2CEE5;
}
.BgClassName
{
background-color: #C2CEE5;
}
</style>
border-color css
<style>
span { border-color: #C2CEE5; }
span { border-color: rgb(194,206,229); }
td.TdClassName
{
border-color: #C2CEE5;
}
.TagClassName
{
border-color: #C2CEE5;
}
</style>