Shades of Periwinkle #C8CADD
Tints of Periwinkle #C8CADD
RGB
CMYK
RGB Variations
Color information
#C8CADD (or 0xC8CADD) is known color: Periwinkle. HEX triplet: C8, CA and DD. RGB value is (200,202,221). Sum of RGB (Red+Green+Blue) = 200+202+221=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CADD is #373522. Grayscale: #CBCBCB. Windows color (decimal): -3618083 or 14535368. OLE color: 14535368.
HSL color Cylindrical-coordinate representation of color #C8CADD: hue angle of 234.29º degrees, saturation: 0.24, 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 #C8CADD is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 202 | 221 | - |
CMYK | 0.10 | 0.09 | 0 | 0.13 |
HSL | 234.29º | 0.24% | 0.83% | - |
HSV(B) | 234.29º | 0.1% | 0.87% | - |
XYZ | 57.99 | 59.74 | 76.88 | - |
YUV | 203.57 | 137.84 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 221 | 0.10 | 0.09 | 0 | 0.13 | 234.29 | 0.24 | 0.83 |
Hex | C8 | CA | DD | A | 9 | 0 | D | EA | 18 | 53 |
Octal | 310 | 312 | 335 | 12 | 11 | 0 | 15 | 352 | 30 | 123 |
Binary | 11001000 | 11001010 | 11011101 | 1010 | 1001 | 0 | 1101 | 11101010 | 11000 | 1010011 |
Color Harmonies of #C8CADD
Complementary color
Monochromatic Colors of #C8CADD
Black with #C8CADD
Text Example
Text Example
White with #C8CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CADD; }
p { color: rgb(200,202,221); }
H1.HeaderClassName
{
color: #C8CADD;
}
.AnyTagClassName
{
color: #C8CADD;
}
</style>
background-color css
<style>
a { background-color: #C8CADD; }
a { background-color: rgb(200,202,221); }
div.DivClassName
{
background-color: #C8CADD;
}
.BgClassName
{
background-color: #C8CADD;
}
</style>
border-color css
<style>
span { border-color: #C8CADD; }
span { border-color: rgb(200,202,221); }
td.TdClassName
{
border-color: #C8CADD;
}
.TagClassName
{
border-color: #C8CADD;
}
</style>