Shades of Periwinkle #C2D2EE
Tints of Periwinkle #C2D2EE
RGB
CMYK
RGB Variations
Color information
#C2D2EE (or 0xC2D2EE) is known color: Periwinkle. HEX triplet: C2, D2 and EE. RGB value is (194,210,238). Sum of RGB (Red+Green+Blue) = 194+210+238=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D2EE is #3D2D11. Grayscale: #D0D0D0. Windows color (decimal): -4009234 or 15651522. OLE color: 15651522.
HSL color Cylindrical-coordinate representation of color #C2D2EE: hue angle of 218.18º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D2EE is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 210 | 238 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.07 |
| HSL | 218.18º | 0.56% | 0.85% | - |
| HSV(B) | 218.18º | 0.18% | 0.93% | - |
| XYZ | 60.73 | 63.74 | 89.99 | - |
| YUV | 208.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 238 | 0.18 | 0.12 | 0 | 0.07 | 218.18 | 0.56 | 0.85 |
| Hex | C2 | D2 | EE | 12 | C | 0 | 7 | DA | 38 | 55 |
| Octal | 302 | 322 | 356 | 22 | 14 | 0 | 7 | 332 | 70 | 125 |
| Binary | 11000010 | 11010010 | 11101110 | 10010 | 1100 | 0 | 111 | 11011010 | 111000 | 1010101 |
Color Harmonies of #C2D2EE
Complementary color
Monochromatic Colors of #C2D2EE
Black with #C2D2EE
Text Example
Text Example
White with #C2D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D2EE; }
p { color: rgb(194,210,238); }
H1.HeaderClassName
{
color: #C2D2EE;
}
.AnyTagClassName
{
color: #C2D2EE;
}
</style>
background-color css
<style>
a { background-color: #C2D2EE; }
a { background-color: rgb(194,210,238); }
div.DivClassName
{
background-color: #C2D2EE;
}
.BgClassName
{
background-color: #C2D2EE;
}
</style>
border-color css
<style>
span { border-color: #C2D2EE; }
span { border-color: rgb(194,210,238); }
td.TdClassName
{
border-color: #C2D2EE;
}
.TagClassName
{
border-color: #C2D2EE;
}
</style>