Shades of Periwinkle #C3D4ED
Tints of Periwinkle #C3D4ED
RGB
CMYK
RGB Variations
Color information
#C3D4ED (or 0xC3D4ED) is known color: Periwinkle. HEX triplet: C3, D4 and ED. RGB value is (195,212,237). Sum of RGB (Red+Green+Blue) = 195+212+237=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3D4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D4ED is #3C2B12. Grayscale: #D1D1D1. Windows color (decimal): -3943187 or 15586499. OLE color: 15586499.
HSL color Cylindrical-coordinate representation of color #C3D4ED: hue angle of 215.71º 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 #C3D4ED is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 212 | 237 | - |
CMYK | 0.18 | 0.11 | 0 | 0.07 |
HSL | 215.71º | 0.54% | 0.85% | - |
HSV(B) | 215.71º | 0.18% | 0.93% | - |
XYZ | 61.34 | 64.8 | 89.4 | - |
YUV | 209.77 | 143.37 | 117.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 212 | 237 | 0.18 | 0.11 | 0 | 0.07 | 215.71 | 0.54 | 0.85 |
Hex | C3 | D4 | ED | 12 | B | 0 | 7 | D8 | 36 | 55 |
Octal | 303 | 324 | 355 | 22 | 13 | 0 | 7 | 330 | 66 | 125 |
Binary | 11000011 | 11010100 | 11101101 | 10010 | 1011 | 0 | 111 | 11011000 | 110110 | 1010101 |
Color Harmonies of #C3D4ED
Complementary color
Monochromatic Colors of #C3D4ED
Black with #C3D4ED
Text Example
Text Example
White with #C3D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D4ED; }
p { color: rgb(195,212,237); }
H1.HeaderClassName
{
color: #C3D4ED;
}
.AnyTagClassName
{
color: #C3D4ED;
}
</style>
background-color css
<style>
a { background-color: #C3D4ED; }
a { background-color: rgb(195,212,237); }
div.DivClassName
{
background-color: #C3D4ED;
}
.BgClassName
{
background-color: #C3D4ED;
}
</style>
border-color css
<style>
span { border-color: #C3D4ED; }
span { border-color: rgb(195,212,237); }
td.TdClassName
{
border-color: #C3D4ED;
}
.TagClassName
{
border-color: #C3D4ED;
}
</style>