Shades of Periwinkle #C2CDED
Tints of Periwinkle #C2CDED
RGB
CMYK
RGB Variations
Color information
#C2CDED (or 0xC2CDED) is known color: Periwinkle. HEX triplet: C2, CD and ED. RGB value is (194,205,237). Sum of RGB (Red+Green+Blue) = 194+205+237=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDED is #3D3212. Grayscale: #CDCDCD. Windows color (decimal): -4010515 or 15584706. OLE color: 15584706.
HSL color Cylindrical-coordinate representation of color #C2CDED: hue angle of 224.65º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CDED is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 205 | 237 | - |
CMYK | 0.18 | 0.14 | 0 | 0.07 |
HSL | 224.65º | 0.54% | 0.85% | - |
HSV(B) | 224.65º | 0.18% | 0.93% | - |
XYZ | 59.37 | 61.25 | 88.81 | - |
YUV | 205.36 | 145.86 | 119.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 237 | 0.18 | 0.14 | 0 | 0.07 | 224.65 | 0.54 | 0.85 |
Hex | C2 | CD | ED | 12 | E | 0 | 7 | E1 | 36 | 55 |
Octal | 302 | 315 | 355 | 22 | 16 | 0 | 7 | 341 | 66 | 125 |
Binary | 11000010 | 11001101 | 11101101 | 10010 | 1110 | 0 | 111 | 11100001 | 110110 | 1010101 |
Color Harmonies of #C2CDED
Complementary color
Monochromatic Colors of #C2CDED
Black with #C2CDED
Text Example
Text Example
White with #C2CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDED; }
p { color: rgb(194,205,237); }
H1.HeaderClassName
{
color: #C2CDED;
}
.AnyTagClassName
{
color: #C2CDED;
}
</style>
background-color css
<style>
a { background-color: #C2CDED; }
a { background-color: rgb(194,205,237); }
div.DivClassName
{
background-color: #C2CDED;
}
.BgClassName
{
background-color: #C2CDED;
}
</style>
border-color css
<style>
span { border-color: #C2CDED; }
span { border-color: rgb(194,205,237); }
td.TdClassName
{
border-color: #C2CDED;
}
.TagClassName
{
border-color: #C2CDED;
}
</style>