Shades of Periwinkle #C4D1ED
Tints of Periwinkle #C4D1ED
RGB
CMYK
RGB Variations
Color information
#C4D1ED (or 0xC4D1ED) is known color: Periwinkle. HEX triplet: C4, D1 and ED. RGB value is (196,209,237). Sum of RGB (Red+Green+Blue) = 196+209+237=642 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.53% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D1ED is #3B2E12. Grayscale: #D0D0D0. Windows color (decimal): -3878419 or 15585732. OLE color: 15585732.
HSL color Cylindrical-coordinate representation of color #C4D1ED: hue angle of 220.98º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4D1ED is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 209 | 237 | - |
CMYK | 0.17 | 0.12 | 0 | 0.07 |
HSL | 220.98º | 0.53% | 0.85% | - |
HSV(B) | 220.98º | 0.17% | 0.93% | - |
XYZ | 60.85 | 63.45 | 89.16 | - |
YUV | 208.31 | 144.19 | 119.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 209 | 237 | 0.17 | 0.12 | 0 | 0.07 | 220.98 | 0.53 | 0.85 |
Hex | C4 | D1 | ED | 11 | C | 0 | 7 | DD | 35 | 55 |
Octal | 304 | 321 | 355 | 21 | 14 | 0 | 7 | 335 | 65 | 125 |
Binary | 11000100 | 11010001 | 11101101 | 10001 | 1100 | 0 | 111 | 11011101 | 110101 | 1010101 |
Color Harmonies of #C4D1ED
Complementary color
Monochromatic Colors of #C4D1ED
Black with #C4D1ED
Text Example
Text Example
White with #C4D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1ED; }
p { color: rgb(196,209,237); }
H1.HeaderClassName
{
color: #C4D1ED;
}
.AnyTagClassName
{
color: #C4D1ED;
}
</style>
background-color css
<style>
a { background-color: #C4D1ED; }
a { background-color: rgb(196,209,237); }
div.DivClassName
{
background-color: #C4D1ED;
}
.BgClassName
{
background-color: #C4D1ED;
}
</style>
border-color css
<style>
span { border-color: #C4D1ED; }
span { border-color: rgb(196,209,237); }
td.TdClassName
{
border-color: #C4D1ED;
}
.TagClassName
{
border-color: #C4D1ED;
}
</style>