Shades of Lavender Blue #C8CCF0
Tints of Lavender Blue #C8CCF0
RGB
CMYK
RGB Variations
Color information
#C8CCF0 (or 0xC8CCF0) is known color: Lavender Blue. HEX triplet: C8, CC and F0. RGB value is (200,204,240). Sum of RGB (Red+Green+Blue) = 200+204+240=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCF0 is #37330F. Grayscale: #CECECE. Windows color (decimal): -3617552 or 15781064. OLE color: 15781064.
HSL color Cylindrical-coordinate representation of color #C8CCF0: hue angle of 234º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CCF0 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 200 | 204 | 240 | - |
CMYK | 0.17 | 0.15 | 0 | 0.06 |
HSL | 234º | 0.57% | 0.86% | - |
HSV(B) | 234º | 0.17% | 0.94% | - |
XYZ | 61.14 | 61.76 | 91.14 | - |
YUV | 206.91 | 146.67 | 123.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 240 | 0.17 | 0.15 | 0 | 0.06 | 234 | 0.57 | 0.86 |
Hex | C8 | CC | F0 | 11 | F | 0 | 6 | EA | 39 | 56 |
Octal | 310 | 314 | 360 | 21 | 17 | 0 | 6 | 352 | 71 | 126 |
Binary | 11001000 | 11001100 | 11110000 | 10001 | 1111 | 0 | 110 | 11101010 | 111001 | 1010110 |
Color Harmonies of #C8CCF0
Complementary color
Monochromatic Colors of #C8CCF0
Black with #C8CCF0
Text Example
Text Example
White with #C8CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCF0; }
p { color: rgb(200,204,240); }
H1.HeaderClassName
{
color: #C8CCF0;
}
.AnyTagClassName
{
color: #C8CCF0;
}
</style>
background-color css
<style>
a { background-color: #C8CCF0; }
a { background-color: rgb(200,204,240); }
div.DivClassName
{
background-color: #C8CCF0;
}
.BgClassName
{
background-color: #C8CCF0;
}
</style>
border-color css
<style>
span { border-color: #C8CCF0; }
span { border-color: rgb(200,204,240); }
td.TdClassName
{
border-color: #C8CCF0;
}
.TagClassName
{
border-color: #C8CCF0;
}
</style>