Shades of Periwinkle #C2CDF0
Tints of Periwinkle #C2CDF0
RGB
CMYK
RGB Variations
Color information
#C2CDF0 (or 0xC2CDF0) is known color: Periwinkle. HEX triplet: C2, CD and F0. RGB value is (194,205,240). Sum of RGB (Red+Green+Blue) = 194+205+240=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDF0 is #3D320F. Grayscale: #CDCDCD. Windows color (decimal): -4010512 or 15781314. OLE color: 15781314.
HSL color Cylindrical-coordinate representation of color #C2CDF0: hue angle of 225.65º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CDF0 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 194 | 205 | 240 | - |
CMYK | 0.19 | 0.15 | 0 | 0.06 |
HSL | 225.65º | 0.61% | 0.85% | - |
HSV(B) | 225.65º | 0.19% | 0.94% | - |
XYZ | 59.81 | 61.42 | 91.14 | - |
YUV | 205.7 | 147.36 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 240 | 0.19 | 0.15 | 0 | 0.06 | 225.65 | 0.61 | 0.85 |
Hex | C2 | CD | F0 | 13 | F | 0 | 6 | E2 | 3D | 55 |
Octal | 302 | 315 | 360 | 23 | 17 | 0 | 6 | 342 | 75 | 125 |
Binary | 11000010 | 11001101 | 11110000 | 10011 | 1111 | 0 | 110 | 11100010 | 111101 | 1010101 |
Color Harmonies of #C2CDF0
Complementary color
Monochromatic Colors of #C2CDF0
Black with #C2CDF0
Text Example
Text Example
White with #C2CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDF0; }
p { color: rgb(194,205,240); }
H1.HeaderClassName
{
color: #C2CDF0;
}
.AnyTagClassName
{
color: #C2CDF0;
}
</style>
background-color css
<style>
a { background-color: #C2CDF0; }
a { background-color: rgb(194,205,240); }
div.DivClassName
{
background-color: #C2CDF0;
}
.BgClassName
{
background-color: #C2CDF0;
}
</style>
border-color css
<style>
span { border-color: #C2CDF0; }
span { border-color: rgb(194,205,240); }
td.TdClassName
{
border-color: #C2CDF0;
}
.TagClassName
{
border-color: #C2CDF0;
}
</style>