Shades of Periwinkle #C3CDEF
Tints of Periwinkle #C3CDEF
RGB
CMYK
RGB Variations
Color information
#C3CDEF (or 0xC3CDEF) is known color: Periwinkle. HEX triplet: C3, CD and EF. RGB value is (195,205,239). Sum of RGB (Red+Green+Blue) = 195+205+239=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDEF is #3C3210. Grayscale: #CDCDCD. Windows color (decimal): -3944977 or 15715779. OLE color: 15715779.
HSL color Cylindrical-coordinate representation of color #C3CDEF: hue angle of 226.36º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3CDEF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 205 | 239 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.06 |
| HSL | 226.36º | 0.58% | 0.85% | - |
| HSV(B) | 226.36º | 0.18% | 0.94% | - |
| XYZ | 59.92 | 61.5 | 90.37 | - |
| YUV | 205.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 239 | 0.18 | 0.14 | 0 | 0.06 | 226.36 | 0.58 | 0.85 |
| Hex | C3 | CD | EF | 12 | E | 0 | 6 | E2 | 3A | 55 |
| Octal | 303 | 315 | 357 | 22 | 16 | 0 | 6 | 342 | 72 | 125 |
| Binary | 11000011 | 11001101 | 11101111 | 10010 | 1110 | 0 | 110 | 11100010 | 111010 | 1010101 |
Color Harmonies of #C3CDEF
Complementary color
Monochromatic Colors of #C3CDEF
Black with #C3CDEF
Text Example
Text Example
White with #C3CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDEF; }
p { color: rgb(195,205,239); }
H1.HeaderClassName
{
color: #C3CDEF;
}
.AnyTagClassName
{
color: #C3CDEF;
}
</style>
background-color css
<style>
a { background-color: #C3CDEF; }
a { background-color: rgb(195,205,239); }
div.DivClassName
{
background-color: #C3CDEF;
}
.BgClassName
{
background-color: #C3CDEF;
}
</style>
border-color css
<style>
span { border-color: #C3CDEF; }
span { border-color: rgb(195,205,239); }
td.TdClassName
{
border-color: #C3CDEF;
}
.TagClassName
{
border-color: #C3CDEF;
}
</style>