Shades of Lavender Blue #C8C9FE
Tints of Lavender Blue #C8C9FE
RGB
CMYK
RGB Variations
Color information
#C8C9FE (or 0xC8C9FE) is known color: Lavender Blue. HEX triplet: C8, C9 and FE. RGB value is (200,201,254). Sum of RGB (Red+Green+Blue) = 200+201+254=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C9FE is #373601. Grayscale: #CECECE. Windows color (decimal): -3618306 or 16697800. OLE color: 16697800.
HSL color Cylindrical-coordinate representation of color #C8C9FE: hue angle of 238.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C9FE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 200 | 201 | 254 | - |
CMYK | 0.21 | 0.21 | 0 | 0.00 |
HSL | 238.89º | 0.96% | 0.89% | - |
HSV(B) | 238.89º | 0.21% | 1% | - |
XYZ | 62.6 | 61.21 | 102.28 | - |
YUV | 206.74 | 154.67 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 254 | 0.21 | 0.21 | 0 | 0.00 | 238.89 | 0.96 | 0.89 |
Hex | C8 | C9 | FE | 15 | 15 | 0 | 0 | EF | 60 | 59 |
Octal | 310 | 311 | 376 | 25 | 25 | 0 | 0 | 357 | 140 | 131 |
Binary | 11001000 | 11001001 | 11111110 | 10101 | 10101 | 0 | 0 | 11101111 | 1100000 | 1011001 |
Color Harmonies of #C8C9FE
Complementary color
Monochromatic Colors of #C8C9FE
Black with #C8C9FE
Text Example
Text Example
White with #C8C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9FE; }
p { color: rgb(200,201,254); }
H1.HeaderClassName
{
color: #C8C9FE;
}
.AnyTagClassName
{
color: #C8C9FE;
}
</style>
background-color css
<style>
a { background-color: #C8C9FE; }
a { background-color: rgb(200,201,254); }
div.DivClassName
{
background-color: #C8C9FE;
}
.BgClassName
{
background-color: #C8C9FE;
}
</style>
border-color css
<style>
span { border-color: #C8C9FE; }
span { border-color: rgb(200,201,254); }
td.TdClassName
{
border-color: #C8C9FE;
}
.TagClassName
{
border-color: #C8C9FE;
}
</style>