Shades of Periwinkle #C3CDF2
Tints of Periwinkle #C3CDF2
RGB
CMYK
RGB Variations
Color information
#C3CDF2 (or 0xC3CDF2) is known color: Periwinkle. HEX triplet: C3, CD and F2. RGB value is (195,205,242). Sum of RGB (Red+Green+Blue) = 195+205+242=642 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.37% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDF2 is #3C320D. Grayscale: #CECECE. Windows color (decimal): -3944974 or 15912387. OLE color: 15912387.
HSL color Cylindrical-coordinate representation of color #C3CDF2: hue angle of 227.23º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3CDF2 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 195 | 205 | 242 | - |
CMYK | 0.19 | 0.15 | 0 | 0.05 |
HSL | 227.23º | 0.64% | 0.86% | - |
HSV(B) | 227.23º | 0.19% | 0.95% | - |
XYZ | 60.36 | 61.68 | 92.73 | - |
YUV | 206.23 | 148.19 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 242 | 0.19 | 0.15 | 0 | 0.05 | 227.23 | 0.64 | 0.86 |
Hex | C3 | CD | F2 | 13 | F | 0 | 5 | E3 | 40 | 56 |
Octal | 303 | 315 | 362 | 23 | 17 | 0 | 5 | 343 | 100 | 126 |
Binary | 11000011 | 11001101 | 11110010 | 10011 | 1111 | 0 | 101 | 11100011 | 1000000 | 1010110 |
Color Harmonies of #C3CDF2
Complementary color
Monochromatic Colors of #C3CDF2
Black with #C3CDF2
Text Example
Text Example
White with #C3CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDF2; }
p { color: rgb(195,205,242); }
H1.HeaderClassName
{
color: #C3CDF2;
}
.AnyTagClassName
{
color: #C3CDF2;
}
</style>
background-color css
<style>
a { background-color: #C3CDF2; }
a { background-color: rgb(195,205,242); }
div.DivClassName
{
background-color: #C3CDF2;
}
.BgClassName
{
background-color: #C3CDF2;
}
</style>
border-color css
<style>
span { border-color: #C3CDF2; }
span { border-color: rgb(195,205,242); }
td.TdClassName
{
border-color: #C3CDF2;
}
.TagClassName
{
border-color: #C3CDF2;
}
</style>