Shades of Lavender Blue #C0D0FF
Tints of Lavender Blue #C0D0FF
RGB
CMYK
RGB Variations
Color information
#C0D0FF (or 0xC0D0FF) is known color: Lavender Blue. HEX triplet: C0, D0 and FF. RGB value is (192,208,255). Sum of RGB (Red+Green+Blue) = 192+208+255=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0FF is #3F2F00. Grayscale: #D0D0D0. Windows color (decimal): -4140801 or 16765120. OLE color: 16765120.
HSL color Cylindrical-coordinate representation of color #C0D0FF: hue angle of 224.76º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D0FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 208 | 255 | - |
CMYK | 0.25 | 0.18 | 0 | 0 |
HSL | 224.76º | 1% | 0.88% | - |
HSV(B) | 224.76º | 0.25% | 1% | - |
XYZ | 62.34 | 63.54 | 103.59 | - |
YUV | 208.57 | 154.2 | 116.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 208 | 255 | 0.25 | 0.18 | 0 | 0 | 224.76 | 1 | 0.88 |
Hex | C0 | D0 | FF | 19 | 12 | 0 | 0 | E1 | 64 | 58 |
Octal | 300 | 320 | 377 | 31 | 22 | 0 | 0 | 341 | 144 | 130 |
Binary | 11000000 | 11010000 | 11111111 | 11001 | 10010 | 0 | 0 | 11100001 | 1100100 | 1011000 |
Color Harmonies of #C0D0FF
Complementary color
Monochromatic Colors of #C0D0FF
Black with #C0D0FF
Text Example
Text Example
White with #C0D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0FF; }
p { color: rgb(192,208,255); }
H1.HeaderClassName
{
color: #C0D0FF;
}
.AnyTagClassName
{
color: #C0D0FF;
}
</style>
background-color css
<style>
a { background-color: #C0D0FF; }
a { background-color: rgb(192,208,255); }
div.DivClassName
{
background-color: #C0D0FF;
}
.BgClassName
{
background-color: #C0D0FF;
}
</style>
border-color css
<style>
span { border-color: #C0D0FF; }
span { border-color: rgb(192,208,255); }
td.TdClassName
{
border-color: #C0D0FF;
}
.TagClassName
{
border-color: #C0D0FF;
}
</style>