Shades of Periwinkle #CCCFE2
Tints of Periwinkle #CCCFE2
RGB
CMYK
RGB Variations
Color information
#CCCFE2 (or 0xCCCFE2) is known color: Periwinkle. HEX triplet: CC, CF and E2. RGB value is (204,207,226). Sum of RGB (Red+Green+Blue) = 204+207+226=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE2 is #33301D. Grayscale: #D0D0D0. Windows color (decimal): -3354654 or 14864332. OLE color: 14864332.
HSL color Cylindrical-coordinate representation of color #CCCFE2: hue angle of 231.82º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCFE2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 207 | 226 | - |
CMYK | 0.10 | 0.08 | 0 | 0.11 |
HSL | 231.82º | 0.28% | 0.84% | - |
HSV(B) | 231.82º | 0.1% | 0.89% | - |
XYZ | 60.94 | 62.95 | 80.89 | - |
YUV | 208.27 | 138.01 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 226 | 0.10 | 0.08 | 0 | 0.11 | 231.82 | 0.28 | 0.84 |
Hex | CC | CF | E2 | A | 8 | 0 | B | E8 | 1C | 54 |
Octal | 314 | 317 | 342 | 12 | 10 | 0 | 13 | 350 | 34 | 124 |
Binary | 11001100 | 11001111 | 11100010 | 1010 | 1000 | 0 | 1011 | 11101000 | 11100 | 1010100 |
Color Harmonies of #CCCFE2
Complementary color
Monochromatic Colors of #CCCFE2
Black with #CCCFE2
Text Example
Text Example
White with #CCCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFE2; }
p { color: rgb(204,207,226); }
H1.HeaderClassName
{
color: #CCCFE2;
}
.AnyTagClassName
{
color: #CCCFE2;
}
</style>
background-color css
<style>
a { background-color: #CCCFE2; }
a { background-color: rgb(204,207,226); }
div.DivClassName
{
background-color: #CCCFE2;
}
.BgClassName
{
background-color: #CCCFE2;
}
</style>
border-color css
<style>
span { border-color: #CCCFE2; }
span { border-color: rgb(204,207,226); }
td.TdClassName
{
border-color: #CCCFE2;
}
.TagClassName
{
border-color: #CCCFE2;
}
</style>