Shades of Periwinkle #C0D2FF
Tints of Periwinkle #C0D2FF
RGB
CMYK
RGB Variations
Color information
#C0D2FF (or 0xC0D2FF) is known color: Periwinkle. HEX triplet: C0, D2 and FF. RGB value is (192,210,255). Sum of RGB (Red+Green+Blue) = 192+210+255=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D2FF is #3F2D00. Grayscale: #D1D1D1. Windows color (decimal): -4140289 or 16765632. OLE color: 16765632.
HSL color Cylindrical-coordinate representation of color #C0D2FF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D2FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 210 | 255 | - |
CMYK | 0.25 | 0.18 | 0 | 0 |
HSL | 222.86º | 1% | 0.88% | - |
HSV(B) | 222.86º | 0.25% | 1% | - |
XYZ | 62.83 | 64.52 | 103.75 | - |
YUV | 209.75 | 153.54 | 115.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 210 | 255 | 0.25 | 0.18 | 0 | 0 | 222.86 | 1 | 0.88 |
Hex | C0 | D2 | FF | 19 | 12 | 0 | 0 | DF | 64 | 58 |
Octal | 300 | 322 | 377 | 31 | 22 | 0 | 0 | 337 | 144 | 130 |
Binary | 11000000 | 11010010 | 11111111 | 11001 | 10010 | 0 | 0 | 11011111 | 1100100 | 1011000 |
Color Harmonies of #C0D2FF
Complementary color
Monochromatic Colors of #C0D2FF
Black with #C0D2FF
Text Example
Text Example
White with #C0D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2FF; }
p { color: rgb(192,210,255); }
H1.HeaderClassName
{
color: #C0D2FF;
}
.AnyTagClassName
{
color: #C0D2FF;
}
</style>
background-color css
<style>
a { background-color: #C0D2FF; }
a { background-color: rgb(192,210,255); }
div.DivClassName
{
background-color: #C0D2FF;
}
.BgClassName
{
background-color: #C0D2FF;
}
</style>
border-color css
<style>
span { border-color: #C0D2FF; }
span { border-color: rgb(192,210,255); }
td.TdClassName
{
border-color: #C0D2FF;
}
.TagClassName
{
border-color: #C0D2FF;
}
</style>