Shades of Periwinkle #C0CEEB
Tints of Periwinkle #C0CEEB
RGB
CMYK
RGB Variations
Color information
#C0CEEB (or 0xC0CEEB) is known color: Periwinkle. HEX triplet: C0, CE and EB. RGB value is (192,206,235). Sum of RGB (Red+Green+Blue) = 192+206+235=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEEB is #3F3114. Grayscale: #CCCCCC. Windows color (decimal): -4141333 or 15453888. OLE color: 15453888.
HSL color Cylindrical-coordinate representation of color #C0CEEB: hue angle of 220.47º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0CEEB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 206 | 235 | - |
CMYK | 0.18 | 0.12 | 0 | 0.08 |
HSL | 220.47º | 0.52% | 0.84% | - |
HSV(B) | 220.47º | 0.18% | 0.92% | - |
XYZ | 58.8 | 61.35 | 87.34 | - |
YUV | 205.12 | 144.86 | 118.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 235 | 0.18 | 0.12 | 0 | 0.08 | 220.47 | 0.52 | 0.84 |
Hex | C0 | CE | EB | 12 | C | 0 | 8 | DC | 34 | 54 |
Octal | 300 | 316 | 353 | 22 | 14 | 0 | 10 | 334 | 64 | 124 |
Binary | 11000000 | 11001110 | 11101011 | 10010 | 1100 | 0 | 1000 | 11011100 | 110100 | 1010100 |
Color Harmonies of #C0CEEB
Complementary color
Monochromatic Colors of #C0CEEB
Black with #C0CEEB
Text Example
Text Example
White with #C0CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEEB; }
p { color: rgb(192,206,235); }
H1.HeaderClassName
{
color: #C0CEEB;
}
.AnyTagClassName
{
color: #C0CEEB;
}
</style>
background-color css
<style>
a { background-color: #C0CEEB; }
a { background-color: rgb(192,206,235); }
div.DivClassName
{
background-color: #C0CEEB;
}
.BgClassName
{
background-color: #C0CEEB;
}
</style>
border-color css
<style>
span { border-color: #C0CEEB; }
span { border-color: rgb(192,206,235); }
td.TdClassName
{
border-color: #C0CEEB;
}
.TagClassName
{
border-color: #C0CEEB;
}
</style>