Shades of Periwinkle #C1D0EA
Tints of Periwinkle #C1D0EA
RGB
CMYK
RGB Variations
Color information
#C1D0EA (or 0xC1D0EA) is known color: Periwinkle. HEX triplet: C1, D0 and EA. RGB value is (193,208,234). Sum of RGB (Red+Green+Blue) = 193+208+234=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D0EA is #3E2F15. Grayscale: #CECECE. Windows color (decimal): -4075286 or 15388865. OLE color: 15388865.
HSL color Cylindrical-coordinate representation of color #C1D0EA: hue angle of 218.05º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D0EA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 208 | 234 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.08 |
| HSL | 218.05º | 0.49% | 0.84% | - |
| HSV(B) | 218.05º | 0.18% | 0.92% | - |
| XYZ | 59.4 | 62.39 | 86.75 | - |
| YUV | 206.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 234 | 0.18 | 0.11 | 0 | 0.08 | 218.05 | 0.49 | 0.84 |
| Hex | C1 | D0 | EA | 12 | B | 0 | 8 | DA | 31 | 54 |
| Octal | 301 | 320 | 352 | 22 | 13 | 0 | 10 | 332 | 61 | 124 |
| Binary | 11000001 | 11010000 | 11101010 | 10010 | 1011 | 0 | 1000 | 11011010 | 110001 | 1010100 |
Color Harmonies of #C1D0EA
Complementary color
Monochromatic Colors of #C1D0EA
Black with #C1D0EA
Text Example
Text Example
White with #C1D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0EA; }
p { color: rgb(193,208,234); }
H1.HeaderClassName
{
color: #C1D0EA;
}
.AnyTagClassName
{
color: #C1D0EA;
}
</style>
background-color css
<style>
a { background-color: #C1D0EA; }
a { background-color: rgb(193,208,234); }
div.DivClassName
{
background-color: #C1D0EA;
}
.BgClassName
{
background-color: #C1D0EA;
}
</style>
border-color css
<style>
span { border-color: #C1D0EA; }
span { border-color: rgb(193,208,234); }
td.TdClassName
{
border-color: #C1D0EA;
}
.TagClassName
{
border-color: #C1D0EA;
}
</style>