Shades of Periwinkle #CCD0E3
Tints of Periwinkle #CCD0E3
RGB
CMYK
RGB Variations
Color information
#CCD0E3 (or 0xCCD0E3) is known color: Periwinkle. HEX triplet: CC, D0 and E3. RGB value is (204,208,227). Sum of RGB (Red+Green+Blue) = 204+208+227=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCD0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0E3 is #332F1C. Grayscale: #D0D0D0. Windows color (decimal): -3354397 or 14930124. OLE color: 14930124.
HSL color Cylindrical-coordinate representation of color #CCD0E3: hue angle of 229.57º 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 #CCD0E3 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 208 | 227 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.11 |
| HSL | 229.57º | 0.29% | 0.85% | - |
| HSV(B) | 229.57º | 0.1% | 0.89% | - |
| XYZ | 61.32 | 63.5 | 81.7 | - |
| YUV | 208.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 227 | 0.10 | 0.08 | 0 | 0.11 | 229.57 | 0.29 | 0.85 |
| Hex | CC | D0 | E3 | A | 8 | 0 | B | E6 | 1D | 55 |
| Octal | 314 | 320 | 343 | 12 | 10 | 0 | 13 | 346 | 35 | 125 |
| Binary | 11001100 | 11010000 | 11100011 | 1010 | 1000 | 0 | 1011 | 11100110 | 11101 | 1010101 |
Color Harmonies of #CCD0E3
Complementary color
Monochromatic Colors of #CCD0E3
Black with #CCD0E3
Text Example
Text Example
White with #CCD0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0E3; }
p { color: rgb(204,208,227); }
H1.HeaderClassName
{
color: #CCD0E3;
}
.AnyTagClassName
{
color: #CCD0E3;
}
</style>
background-color css
<style>
a { background-color: #CCD0E3; }
a { background-color: rgb(204,208,227); }
div.DivClassName
{
background-color: #CCD0E3;
}
.BgClassName
{
background-color: #CCD0E3;
}
</style>
border-color css
<style>
span { border-color: #CCD0E3; }
span { border-color: rgb(204,208,227); }
td.TdClassName
{
border-color: #CCD0E3;
}
.TagClassName
{
border-color: #CCD0E3;
}
</style>