Shades of Lavender Blue #C0CEFD
Tints of Lavender Blue #C0CEFD
RGB
CMYK
RGB Variations
Color information
#C0CEFD (or 0xC0CEFD) is known color: Lavender Blue. HEX triplet: C0, CE and FD. RGB value is (192,206,253). Sum of RGB (Red+Green+Blue) = 192+206+253=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEFD is #3F3102. Grayscale: #CECECE. Windows color (decimal): -4141315 or 16633536. OLE color: 16633536.
HSL color Cylindrical-coordinate representation of color #C0CEFD: hue angle of 226.23º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CEFD is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 206 | 253 | - |
CMYK | 0.24 | 0.19 | 0 | 0.01 |
HSL | 226.23º | 0.94% | 0.87% | - |
HSV(B) | 226.23º | 0.24% | 0.99% | - |
XYZ | 61.54 | 62.44 | 101.74 | - |
YUV | 207.17 | 153.86 | 117.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 253 | 0.24 | 0.19 | 0 | 0.01 | 226.23 | 0.94 | 0.87 |
Hex | C0 | CE | FD | 18 | 13 | 0 | 1 | E2 | 5E | 57 |
Octal | 300 | 316 | 375 | 30 | 23 | 0 | 1 | 342 | 136 | 127 |
Binary | 11000000 | 11001110 | 11111101 | 11000 | 10011 | 0 | 1 | 11100010 | 1011110 | 1010111 |
Color Harmonies of #C0CEFD
Complementary color
Monochromatic Colors of #C0CEFD
Black with #C0CEFD
Text Example
Text Example
White with #C0CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEFD; }
p { color: rgb(192,206,253); }
H1.HeaderClassName
{
color: #C0CEFD;
}
.AnyTagClassName
{
color: #C0CEFD;
}
</style>
background-color css
<style>
a { background-color: #C0CEFD; }
a { background-color: rgb(192,206,253); }
div.DivClassName
{
background-color: #C0CEFD;
}
.BgClassName
{
background-color: #C0CEFD;
}
</style>
border-color css
<style>
span { border-color: #C0CEFD; }
span { border-color: rgb(192,206,253); }
td.TdClassName
{
border-color: #C0CEFD;
}
.TagClassName
{
border-color: #C0CEFD;
}
</style>