Shades of Periwinkle #C8CCDF
Tints of Periwinkle #C8CCDF
RGB
CMYK
RGB Variations
Color information
#C8CCDF (or 0xC8CCDF) is known color: Periwinkle. HEX triplet: C8, CC and DF. RGB value is (200,204,223). Sum of RGB (Red+Green+Blue) = 200+204+223=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDF is #373320. Grayscale: #CCCCCC. Windows color (decimal): -3617569 or 14666952. OLE color: 14666952.
HSL color Cylindrical-coordinate representation of color #C8CCDF: hue angle of 229.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CCDF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 204 | 223 | - |
CMYK | 0.10 | 0.09 | 0 | 0.13 |
HSL | 229.57º | 0.26% | 0.83% | - |
HSV(B) | 229.57º | 0.1% | 0.87% | - |
XYZ | 58.73 | 60.79 | 78.45 | - |
YUV | 204.97 | 138.17 | 124.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 223 | 0.10 | 0.09 | 0 | 0.13 | 229.57 | 0.26 | 0.83 |
Hex | C8 | CC | DF | A | 9 | 0 | D | E6 | 1A | 53 |
Octal | 310 | 314 | 337 | 12 | 11 | 0 | 15 | 346 | 32 | 123 |
Binary | 11001000 | 11001100 | 11011111 | 1010 | 1001 | 0 | 1101 | 11100110 | 11010 | 1010011 |
Color Harmonies of #C8CCDF
Complementary color
Monochromatic Colors of #C8CCDF
Black with #C8CCDF
Text Example
Text Example
White with #C8CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCDF; }
p { color: rgb(200,204,223); }
H1.HeaderClassName
{
color: #C8CCDF;
}
.AnyTagClassName
{
color: #C8CCDF;
}
</style>
background-color css
<style>
a { background-color: #C8CCDF; }
a { background-color: rgb(200,204,223); }
div.DivClassName
{
background-color: #C8CCDF;
}
.BgClassName
{
background-color: #C8CCDF;
}
</style>
border-color css
<style>
span { border-color: #C8CCDF; }
span { border-color: rgb(200,204,223); }
td.TdClassName
{
border-color: #C8CCDF;
}
.TagClassName
{
border-color: #C8CCDF;
}
</style>