Shades of Lavender Blue #C8CAED
Tints of Lavender Blue #C8CAED
RGB
CMYK
RGB Variations
Color information
#C8CAED (or 0xC8CAED) is known color: Lavender Blue. HEX triplet: C8, CA and ED. RGB value is (200,202,237). Sum of RGB (Red+Green+Blue) = 200+202+237=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAED is #373512. Grayscale: #CDCDCD. Windows color (decimal): -3618067 or 15583944. OLE color: 15583944.
HSL color Cylindrical-coordinate representation of color #C8CAED: hue angle of 236.76º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CAED is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 202 | 237 | - |
CMYK | 0.16 | 0.15 | 0 | 0.07 |
HSL | 236.76º | 0.51% | 0.86% | - |
HSV(B) | 236.76º | 0.16% | 0.93% | - |
XYZ | 60.23 | 60.63 | 88.65 | - |
YUV | 205.39 | 145.84 | 124.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 237 | 0.16 | 0.15 | 0 | 0.07 | 236.76 | 0.51 | 0.86 |
Hex | C8 | CA | ED | 10 | F | 0 | 7 | ED | 33 | 56 |
Octal | 310 | 312 | 355 | 20 | 17 | 0 | 7 | 355 | 63 | 126 |
Binary | 11001000 | 11001010 | 11101101 | 10000 | 1111 | 0 | 111 | 11101101 | 110011 | 1010110 |
Color Harmonies of #C8CAED
Complementary color
Monochromatic Colors of #C8CAED
Black with #C8CAED
Text Example
Text Example
White with #C8CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAED; }
p { color: rgb(200,202,237); }
H1.HeaderClassName
{
color: #C8CAED;
}
.AnyTagClassName
{
color: #C8CAED;
}
</style>
background-color css
<style>
a { background-color: #C8CAED; }
a { background-color: rgb(200,202,237); }
div.DivClassName
{
background-color: #C8CAED;
}
.BgClassName
{
background-color: #C8CAED;
}
</style>
border-color css
<style>
span { border-color: #C8CAED; }
span { border-color: rgb(200,202,237); }
td.TdClassName
{
border-color: #C8CAED;
}
.TagClassName
{
border-color: #C8CAED;
}
</style>