Shades of Periwinkle #C1C7DB
Tints of Periwinkle #C1C7DB
RGB
CMYK
RGB Variations
Color information
#C1C7DB (or 0xC1C7DB) is known color: Periwinkle. HEX triplet: C1, C7 and DB. RGB value is (193,199,219). Sum of RGB (Red+Green+Blue) = 193+199+219=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7DB is #3E3824. Grayscale: #C7C7C7. Windows color (decimal): -4077605 or 14403521. OLE color: 14403521.
HSL color Cylindrical-coordinate representation of color #C1C7DB: hue angle of 226.15º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1C7DB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 199 | 219 | - |
CMYK | 0.12 | 0.09 | 0 | 0.14 |
HSL | 226.15º | 0.27% | 0.81% | - |
HSV(B) | 226.15º | 0.12% | 0.86% | - |
XYZ | 55.2 | 57.3 | 75.17 | - |
YUV | 199.49 | 139.01 | 123.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 199 | 219 | 0.12 | 0.09 | 0 | 0.14 | 226.15 | 0.27 | 0.81 |
Hex | C1 | C7 | DB | C | 9 | 0 | E | E2 | 1B | 51 |
Octal | 301 | 307 | 333 | 14 | 11 | 0 | 16 | 342 | 33 | 121 |
Binary | 11000001 | 11000111 | 11011011 | 1100 | 1001 | 0 | 1110 | 11100010 | 11011 | 1010001 |
Color Harmonies of #C1C7DB
Complementary color
Monochromatic Colors of #C1C7DB
Black with #C1C7DB
Text Example
Text Example
White with #C1C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C7DB; }
p { color: rgb(193,199,219); }
H1.HeaderClassName
{
color: #C1C7DB;
}
.AnyTagClassName
{
color: #C1C7DB;
}
</style>
background-color css
<style>
a { background-color: #C1C7DB; }
a { background-color: rgb(193,199,219); }
div.DivClassName
{
background-color: #C1C7DB;
}
.BgClassName
{
background-color: #C1C7DB;
}
</style>
border-color css
<style>
span { border-color: #C1C7DB; }
span { border-color: rgb(193,199,219); }
td.TdClassName
{
border-color: #C1C7DB;
}
.TagClassName
{
border-color: #C1C7DB;
}
</style>