Shades of Periwinkle #C4CDE7
Tints of Periwinkle #C4CDE7
RGB
CMYK
RGB Variations
Color information
#C4CDE7 (or 0xC4CDE7) is known color: Periwinkle. HEX triplet: C4, CD and E7. RGB value is (196,205,231). Sum of RGB (Red+Green+Blue) = 196+205+231=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #C4CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CDE7 is #3B3218. Grayscale: #CDCDCD. Windows color (decimal): -3879449 or 15191492. OLE color: 15191492.
HSL color Cylindrical-coordinate representation of color #C4CDE7: hue angle of 224.57º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4CDE7 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 205 | 231 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.09 |
| HSL | 224.57º | 0.42% | 0.84% | - |
| HSV(B) | 224.57º | 0.15% | 0.91% | - |
| XYZ | 59.02 | 61.17 | 84.3 | - |
| YUV | 205.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 231 | 0.15 | 0.11 | 0 | 0.09 | 224.57 | 0.42 | 0.84 |
| Hex | C4 | CD | E7 | F | B | 0 | 9 | E1 | 2A | 54 |
| Octal | 304 | 315 | 347 | 17 | 13 | 0 | 11 | 341 | 52 | 124 |
| Binary | 11000100 | 11001101 | 11100111 | 1111 | 1011 | 0 | 1001 | 11100001 | 101010 | 1010100 |
Color Harmonies of #C4CDE7
Complementary color
Monochromatic Colors of #C4CDE7
Black with #C4CDE7
Text Example
Text Example
White with #C4CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDE7; }
p { color: rgb(196,205,231); }
H1.HeaderClassName
{
color: #C4CDE7;
}
.AnyTagClassName
{
color: #C4CDE7;
}
</style>
background-color css
<style>
a { background-color: #C4CDE7; }
a { background-color: rgb(196,205,231); }
div.DivClassName
{
background-color: #C4CDE7;
}
.BgClassName
{
background-color: #C4CDE7;
}
</style>
border-color css
<style>
span { border-color: #C4CDE7; }
span { border-color: rgb(196,205,231); }
td.TdClassName
{
border-color: #C4CDE7;
}
.TagClassName
{
border-color: #C4CDE7;
}
</style>