Shades of Periwinkle #C9D1ED
Tints of Periwinkle #C9D1ED
RGB
CMYK
RGB Variations
Color information
#C9D1ED (or 0xC9D1ED) is known color: Periwinkle. HEX triplet: C9, D1 and ED. RGB value is (201,209,237). Sum of RGB (Red+Green+Blue) = 201+209+237=647 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.07% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D1ED is #362E12. Grayscale: #D1D1D1. Windows color (decimal): -3550739 or 15585737. OLE color: 15585737.
HSL color Cylindrical-coordinate representation of color #C9D1ED: hue angle of 226.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9D1ED is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 209 | 237 | - |
CMYK | 0.15 | 0.12 | 0 | 0.07 |
HSL | 226.67º | 0.5% | 0.86% | - |
HSV(B) | 226.67º | 0.15% | 0.93% | - |
XYZ | 62.17 | 64.13 | 89.22 | - |
YUV | 209.8 | 143.35 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 209 | 237 | 0.15 | 0.12 | 0 | 0.07 | 226.67 | 0.5 | 0.86 |
Hex | C9 | D1 | ED | F | C | 0 | 7 | E3 | 32 | 56 |
Octal | 311 | 321 | 355 | 17 | 14 | 0 | 7 | 343 | 62 | 126 |
Binary | 11001001 | 11010001 | 11101101 | 1111 | 1100 | 0 | 111 | 11100011 | 110010 | 1010110 |
Color Harmonies of #C9D1ED
Complementary color
Monochromatic Colors of #C9D1ED
Black with #C9D1ED
Text Example
Text Example
White with #C9D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D1ED; }
p { color: rgb(201,209,237); }
H1.HeaderClassName
{
color: #C9D1ED;
}
.AnyTagClassName
{
color: #C9D1ED;
}
</style>
background-color css
<style>
a { background-color: #C9D1ED; }
a { background-color: rgb(201,209,237); }
div.DivClassName
{
background-color: #C9D1ED;
}
.BgClassName
{
background-color: #C9D1ED;
}
</style>
border-color css
<style>
span { border-color: #C9D1ED; }
span { border-color: rgb(201,209,237); }
td.TdClassName
{
border-color: #C9D1ED;
}
.TagClassName
{
border-color: #C9D1ED;
}
</style>