Shades of Periwinkle #CCCFE3
Tints of Periwinkle #CCCFE3
RGB
CMYK
RGB Variations
Color information
#CCCFE3 (or 0xCCCFE3) is known color: Periwinkle. HEX triplet: CC, CF and E3. RGB value is (204,207,227). Sum of RGB (Red+Green+Blue) = 204+207+227=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCCFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE3 is #33301C. Grayscale: #D0D0D0. Windows color (decimal): -3354653 or 14929868. OLE color: 14929868.
HSL color Cylindrical-coordinate representation of color #CCCFE3: hue angle of 232.17º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCFE3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 207 | 227 | - |
CMYK | 0.10 | 0.09 | 0 | 0.11 |
HSL | 232.17º | 0.29% | 0.85% | - |
HSV(B) | 232.17º | 0.1% | 0.89% | - |
XYZ | 61.08 | 63.01 | 81.62 | - |
YUV | 208.38 | 138.51 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 227 | 0.10 | 0.09 | 0 | 0.11 | 232.17 | 0.29 | 0.85 |
Hex | CC | CF | E3 | A | 9 | 0 | B | E8 | 1D | 55 |
Octal | 314 | 317 | 343 | 12 | 11 | 0 | 13 | 350 | 35 | 125 |
Binary | 11001100 | 11001111 | 11100011 | 1010 | 1001 | 0 | 1011 | 11101000 | 11101 | 1010101 |
Color Harmonies of #CCCFE3
Complementary color
Monochromatic Colors of #CCCFE3
Black with #CCCFE3
Text Example
Text Example
White with #CCCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFE3; }
p { color: rgb(204,207,227); }
H1.HeaderClassName
{
color: #CCCFE3;
}
.AnyTagClassName
{
color: #CCCFE3;
}
</style>
background-color css
<style>
a { background-color: #CCCFE3; }
a { background-color: rgb(204,207,227); }
div.DivClassName
{
background-color: #CCCFE3;
}
.BgClassName
{
background-color: #CCCFE3;
}
</style>
border-color css
<style>
span { border-color: #CCCFE3; }
span { border-color: rgb(204,207,227); }
td.TdClassName
{
border-color: #CCCFE3;
}
.TagClassName
{
border-color: #CCCFE3;
}
</style>