Shades of Periwinkle #C0CEFB
Tints of Periwinkle #C0CEFB
RGB
CMYK
RGB Variations
Color information
#C0CEFB (or 0xC0CEFB) is known color: Periwinkle. HEX triplet: C0, CE and FB. RGB value is (192,206,251). Sum of RGB (Red+Green+Blue) = 192+206+251=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEFB is #3F3104. Grayscale: #CECECE. Windows color (decimal): -4141317 or 16502464. OLE color: 16502464.
HSL color Cylindrical-coordinate representation of color #C0CEFB: hue angle of 225.76º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CEFB is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 206 | 251 | - |
CMYK | 0.24 | 0.18 | 0 | 0.02 |
HSL | 225.76º | 0.88% | 0.87% | - |
HSV(B) | 225.76º | 0.24% | 0.98% | - |
XYZ | 61.22 | 62.31 | 100.07 | - |
YUV | 206.94 | 152.86 | 117.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 251 | 0.24 | 0.18 | 0 | 0.02 | 225.76 | 0.88 | 0.87 |
Hex | C0 | CE | FB | 18 | 12 | 0 | 2 | E2 | 58 | 57 |
Octal | 300 | 316 | 373 | 30 | 22 | 0 | 2 | 342 | 130 | 127 |
Binary | 11000000 | 11001110 | 11111011 | 11000 | 10010 | 0 | 10 | 11100010 | 1011000 | 1010111 |
Color Harmonies of #C0CEFB
Complementary color
Monochromatic Colors of #C0CEFB
Black with #C0CEFB
Text Example
Text Example
White with #C0CEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEFB; }
p { color: rgb(192,206,251); }
H1.HeaderClassName
{
color: #C0CEFB;
}
.AnyTagClassName
{
color: #C0CEFB;
}
</style>
background-color css
<style>
a { background-color: #C0CEFB; }
a { background-color: rgb(192,206,251); }
div.DivClassName
{
background-color: #C0CEFB;
}
.BgClassName
{
background-color: #C0CEFB;
}
</style>
border-color css
<style>
span { border-color: #C0CEFB; }
span { border-color: rgb(192,206,251); }
td.TdClassName
{
border-color: #C0CEFB;
}
.TagClassName
{
border-color: #C0CEFB;
}
</style>