Shades of Periwinkle #C9CADF
Tints of Periwinkle #C9CADF
RGB
CMYK
RGB Variations
Color information
#C9CADF (or 0xC9CADF) is known color: Periwinkle. HEX triplet: C9, CA and DF. RGB value is (201,202,223). Sum of RGB (Red+Green+Blue) = 201+202+223=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CADF is #363520. Grayscale: #CCCCCC. Windows color (decimal): -3552545 or 14666441. OLE color: 14666441.
HSL color Cylindrical-coordinate representation of color #C9CADF: hue angle of 237.27º 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 #C9CADF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 202 | 223 | - |
CMYK | 0.10 | 0.09 | 0 | 0.13 |
HSL | 237.27º | 0.26% | 0.83% | - |
HSV(B) | 237.27º | 0.1% | 0.87% | - |
XYZ | 58.53 | 59.99 | 78.31 | - |
YUV | 204.1 | 138.67 | 125.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 223 | 0.10 | 0.09 | 0 | 0.13 | 237.27 | 0.26 | 0.83 |
Hex | C9 | CA | DF | A | 9 | 0 | D | ED | 1A | 53 |
Octal | 311 | 312 | 337 | 12 | 11 | 0 | 15 | 355 | 32 | 123 |
Binary | 11001001 | 11001010 | 11011111 | 1010 | 1001 | 0 | 1101 | 11101101 | 11010 | 1010011 |
Color Harmonies of #C9CADF
Complementary color
Monochromatic Colors of #C9CADF
Black with #C9CADF
Text Example
Text Example
White with #C9CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CADF; }
p { color: rgb(201,202,223); }
H1.HeaderClassName
{
color: #C9CADF;
}
.AnyTagClassName
{
color: #C9CADF;
}
</style>
background-color css
<style>
a { background-color: #C9CADF; }
a { background-color: rgb(201,202,223); }
div.DivClassName
{
background-color: #C9CADF;
}
.BgClassName
{
background-color: #C9CADF;
}
</style>
border-color css
<style>
span { border-color: #C9CADF; }
span { border-color: rgb(201,202,223); }
td.TdClassName
{
border-color: #C9CADF;
}
.TagClassName
{
border-color: #C9CADF;
}
</style>