Shades of Periwinkle #C4D0ED
Tints of Periwinkle #C4D0ED
RGB
CMYK
RGB Variations
Color information
#C4D0ED (or 0xC4D0ED) is known color: Periwinkle. HEX triplet: C4, D0 and ED. RGB value is (196,208,237). Sum of RGB (Red+Green+Blue) = 196+208+237=641 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.58% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D0ED is #3B2F12. Grayscale: #CFCFCF. Windows color (decimal): -3878675 or 15585476. OLE color: 15585476.
HSL color Cylindrical-coordinate representation of color #C4D0ED: hue angle of 222.44º 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 #C4D0ED is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 208 | 237 | - |
CMYK | 0.17 | 0.12 | 0 | 0.07 |
HSL | 222.44º | 0.53% | 0.85% | - |
HSV(B) | 222.44º | 0.17% | 0.93% | - |
XYZ | 60.61 | 62.96 | 89.08 | - |
YUV | 207.72 | 144.52 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 208 | 237 | 0.17 | 0.12 | 0 | 0.07 | 222.44 | 0.53 | 0.85 |
Hex | C4 | D0 | ED | 11 | C | 0 | 7 | DE | 35 | 55 |
Octal | 304 | 320 | 355 | 21 | 14 | 0 | 7 | 336 | 65 | 125 |
Binary | 11000100 | 11010000 | 11101101 | 10001 | 1100 | 0 | 111 | 11011110 | 110101 | 1010101 |
Color Harmonies of #C4D0ED
Complementary color
Monochromatic Colors of #C4D0ED
Black with #C4D0ED
Text Example
Text Example
White with #C4D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0ED; }
p { color: rgb(196,208,237); }
H1.HeaderClassName
{
color: #C4D0ED;
}
.AnyTagClassName
{
color: #C4D0ED;
}
</style>
background-color css
<style>
a { background-color: #C4D0ED; }
a { background-color: rgb(196,208,237); }
div.DivClassName
{
background-color: #C4D0ED;
}
.BgClassName
{
background-color: #C4D0ED;
}
</style>
border-color css
<style>
span { border-color: #C4D0ED; }
span { border-color: rgb(196,208,237); }
td.TdClassName
{
border-color: #C4D0ED;
}
.TagClassName
{
border-color: #C4D0ED;
}
</style>