Shades of Periwinkle #C2D4E5
Tints of Periwinkle #C2D4E5
RGB
CMYK
RGB Variations
Color information
#C2D4E5 (or 0xC2D4E5) is known color: Periwinkle. HEX triplet: C2, D4 and E5. RGB value is (194,212,229). Sum of RGB (Red+Green+Blue) = 194+212+229=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2D4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D4E5 is #3D2B1A. Grayscale: #D0D0D0. Windows color (decimal): -4008731 or 15062210. OLE color: 15062210.
HSL color Cylindrical-coordinate representation of color #C2D4E5: hue angle of 209.14º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2D4E5 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 194 | 212 | 229 | - |
CMYK | 0.15 | 0.07 | 0 | 0.10 |
HSL | 209.14º | 0.4% | 0.83% | - |
HSV(B) | 209.14º | 0.15% | 0.9% | - |
XYZ | 59.93 | 64.21 | 83.36 | - |
YUV | 208.56 | 139.54 | 117.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 212 | 229 | 0.15 | 0.07 | 0 | 0.10 | 209.14 | 0.4 | 0.83 |
Hex | C2 | D4 | E5 | F | 7 | 0 | A | D1 | 28 | 53 |
Octal | 302 | 324 | 345 | 17 | 7 | 0 | 12 | 321 | 50 | 123 |
Binary | 11000010 | 11010100 | 11100101 | 1111 | 111 | 0 | 1010 | 11010001 | 101000 | 1010011 |
Color Harmonies of #C2D4E5
Complementary color
Monochromatic Colors of #C2D4E5
Black with #C2D4E5
Text Example
Text Example
White with #C2D4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D4E5; }
p { color: rgb(194,212,229); }
H1.HeaderClassName
{
color: #C2D4E5;
}
.AnyTagClassName
{
color: #C2D4E5;
}
</style>
background-color css
<style>
a { background-color: #C2D4E5; }
a { background-color: rgb(194,212,229); }
div.DivClassName
{
background-color: #C2D4E5;
}
.BgClassName
{
background-color: #C2D4E5;
}
</style>
border-color css
<style>
span { border-color: #C2D4E5; }
span { border-color: rgb(194,212,229); }
td.TdClassName
{
border-color: #C2D4E5;
}
.TagClassName
{
border-color: #C2D4E5;
}
</style>