Shades of Periwinkle #C2CEEB
Tints of Periwinkle #C2CEEB
RGB
CMYK
RGB Variations
Color information
#C2CEEB (or 0xC2CEEB) is known color: Periwinkle. HEX triplet: C2, CE and EB. RGB value is (194,206,235). Sum of RGB (Red+Green+Blue) = 194+206+235=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEEB is #3D3114. Grayscale: #CDCDCD. Windows color (decimal): -4010261 or 15453890. OLE color: 15453890.
HSL color Cylindrical-coordinate representation of color #C2CEEB: hue angle of 222.44º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CEEB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 206 | 235 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.08 |
| HSL | 222.44º | 0.51% | 0.84% | - |
| HSV(B) | 222.44º | 0.17% | 0.92% | - |
| XYZ | 59.31 | 61.61 | 87.36 | - |
| YUV | 205.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 235 | 0.17 | 0.12 | 0 | 0.08 | 222.44 | 0.51 | 0.84 |
| Hex | C2 | CE | EB | 11 | C | 0 | 8 | DE | 33 | 54 |
| Octal | 302 | 316 | 353 | 21 | 14 | 0 | 10 | 336 | 63 | 124 |
| Binary | 11000010 | 11001110 | 11101011 | 10001 | 1100 | 0 | 1000 | 11011110 | 110011 | 1010100 |
Color Harmonies of #C2CEEB
Complementary color
Monochromatic Colors of #C2CEEB
Black with #C2CEEB
Text Example
Text Example
White with #C2CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEEB; }
p { color: rgb(194,206,235); }
H1.HeaderClassName
{
color: #C2CEEB;
}
.AnyTagClassName
{
color: #C2CEEB;
}
</style>
background-color css
<style>
a { background-color: #C2CEEB; }
a { background-color: rgb(194,206,235); }
div.DivClassName
{
background-color: #C2CEEB;
}
.BgClassName
{
background-color: #C2CEEB;
}
</style>
border-color css
<style>
span { border-color: #C2CEEB; }
span { border-color: rgb(194,206,235); }
td.TdClassName
{
border-color: #C2CEEB;
}
.TagClassName
{
border-color: #C2CEEB;
}
</style>