Shades of Periwinkle #C8CADA
Tints of Periwinkle #C8CADA
RGB
CMYK
RGB Variations
Color information
#C8CADA (or 0xC8CADA) is known color: Periwinkle. HEX triplet: C8, CA and DA. RGB value is (200,202,218). Sum of RGB (Red+Green+Blue) = 200+202+218=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CADA is #373525. Grayscale: #CBCBCB. Windows color (decimal): -3618086 or 14338760. OLE color: 14338760.
HSL color Cylindrical-coordinate representation of color #C8CADA: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8CADA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 202 | 218 | - |
CMYK | 0.08 | 0.07 | 0 | 0.15 |
HSL | 233.33º | 0.2% | 0.82% | - |
HSV(B) | 233.33º | 0.08% | 0.85% | - |
XYZ | 57.59 | 59.58 | 74.79 | - |
YUV | 203.23 | 136.34 | 125.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 218 | 0.08 | 0.07 | 0 | 0.15 | 233.33 | 0.2 | 0.82 |
Hex | C8 | CA | DA | 8 | 7 | 0 | F | E9 | 14 | 52 |
Octal | 310 | 312 | 332 | 10 | 7 | 0 | 17 | 351 | 24 | 122 |
Binary | 11001000 | 11001010 | 11011010 | 1000 | 111 | 0 | 1111 | 11101001 | 10100 | 1010010 |
Color Harmonies of #C8CADA
Complementary color
Monochromatic Colors of #C8CADA
Black with #C8CADA
Text Example
Text Example
White with #C8CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CADA; }
p { color: rgb(200,202,218); }
H1.HeaderClassName
{
color: #C8CADA;
}
.AnyTagClassName
{
color: #C8CADA;
}
</style>
background-color css
<style>
a { background-color: #C8CADA; }
a { background-color: rgb(200,202,218); }
div.DivClassName
{
background-color: #C8CADA;
}
.BgClassName
{
background-color: #C8CADA;
}
</style>
border-color css
<style>
span { border-color: #C8CADA; }
span { border-color: rgb(200,202,218); }
td.TdClassName
{
border-color: #C8CADA;
}
.TagClassName
{
border-color: #C8CADA;
}
</style>