Shades of Periwinkle #CACFEC
Tints of Periwinkle #CACFEC
RGB
CMYK
RGB Variations
Color information
#CACFEC (or 0xCACFEC) is known color: Periwinkle. HEX triplet: CA, CF and EC. RGB value is (202,207,236). Sum of RGB (Red+Green+Blue) = 202+207+236=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFEC is #353013. Grayscale: #D0D0D0. Windows color (decimal): -3485716 or 15519690. OLE color: 15519690.
HSL color Cylindrical-coordinate representation of color #CACFEC: hue angle of 231.18º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACFEC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 207 | 236 | - |
CMYK | 0.14 | 0.12 | 0 | 0.07 |
HSL | 231.18º | 0.47% | 0.86% | - |
HSV(B) | 231.18º | 0.14% | 0.93% | - |
XYZ | 61.81 | 63.24 | 88.31 | - |
YUV | 208.81 | 143.34 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 236 | 0.14 | 0.12 | 0 | 0.07 | 231.18 | 0.47 | 0.86 |
Hex | CA | CF | EC | E | C | 0 | 7 | E7 | 2F | 56 |
Octal | 312 | 317 | 354 | 16 | 14 | 0 | 7 | 347 | 57 | 126 |
Binary | 11001010 | 11001111 | 11101100 | 1110 | 1100 | 0 | 111 | 11100111 | 101111 | 1010110 |
Color Harmonies of #CACFEC
Complementary color
Monochromatic Colors of #CACFEC
Black with #CACFEC
Text Example
Text Example
White with #CACFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFEC; }
p { color: rgb(202,207,236); }
H1.HeaderClassName
{
color: #CACFEC;
}
.AnyTagClassName
{
color: #CACFEC;
}
</style>
background-color css
<style>
a { background-color: #CACFEC; }
a { background-color: rgb(202,207,236); }
div.DivClassName
{
background-color: #CACFEC;
}
.BgClassName
{
background-color: #CACFEC;
}
</style>
border-color css
<style>
span { border-color: #CACFEC; }
span { border-color: rgb(202,207,236); }
td.TdClassName
{
border-color: #CACFEC;
}
.TagClassName
{
border-color: #CACFEC;
}
</style>