Shades of Periwinkle #C2CAED
Tints of Periwinkle #C2CAED
RGB
CMYK
RGB Variations
Color information
#C2CAED (or 0xC2CAED) is known color: Periwinkle. HEX triplet: C2, CA and ED. RGB value is (194,202,237). Sum of RGB (Red+Green+Blue) = 194+202+237=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAED is #3D3512. Grayscale: #CBCBCB. Windows color (decimal): -4011283 or 15583938. OLE color: 15583938.
HSL color Cylindrical-coordinate representation of color #C2CAED: hue angle of 228.84º 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 #C2CAED is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 202 | 237 | - |
CMYK | 0.18 | 0.15 | 0 | 0.07 |
HSL | 228.84º | 0.54% | 0.85% | - |
HSV(B) | 228.84º | 0.18% | 0.93% | - |
XYZ | 58.65 | 59.82 | 88.58 | - |
YUV | 203.6 | 146.85 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 202 | 237 | 0.18 | 0.15 | 0 | 0.07 | 228.84 | 0.54 | 0.85 |
Hex | C2 | CA | ED | 12 | F | 0 | 7 | E5 | 36 | 55 |
Octal | 302 | 312 | 355 | 22 | 17 | 0 | 7 | 345 | 66 | 125 |
Binary | 11000010 | 11001010 | 11101101 | 10010 | 1111 | 0 | 111 | 11100101 | 110110 | 1010101 |
Color Harmonies of #C2CAED
Complementary color
Monochromatic Colors of #C2CAED
Black with #C2CAED
Text Example
Text Example
White with #C2CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAED; }
p { color: rgb(194,202,237); }
H1.HeaderClassName
{
color: #C2CAED;
}
.AnyTagClassName
{
color: #C2CAED;
}
</style>
background-color css
<style>
a { background-color: #C2CAED; }
a { background-color: rgb(194,202,237); }
div.DivClassName
{
background-color: #C2CAED;
}
.BgClassName
{
background-color: #C2CAED;
}
</style>
border-color css
<style>
span { border-color: #C2CAED; }
span { border-color: rgb(194,202,237); }
td.TdClassName
{
border-color: #C2CAED;
}
.TagClassName
{
border-color: #C2CAED;
}
</style>