Shades of Lavender Blue #C2CBFD
Tints of Lavender Blue #C2CBFD
RGB
CMYK
RGB Variations
Color information
#C2CBFD (or 0xC2CBFD) is known color: Lavender Blue. HEX triplet: C2, CB and FD. RGB value is (194,203,253). Sum of RGB (Red+Green+Blue) = 194+203+253=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFD is #3D3402. Grayscale: #CDCDCD. Windows color (decimal): -4011011 or 16632770. OLE color: 16632770.
HSL color Cylindrical-coordinate representation of color #C2CBFD: hue angle of 230.85º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CBFD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 203 | 253 | - |
CMYK | 0.23 | 0.20 | 0 | 0.01 |
HSL | 230.85º | 0.94% | 0.88% | - |
HSV(B) | 230.85º | 0.23% | 0.99% | - |
XYZ | 61.33 | 61.27 | 101.52 | - |
YUV | 206.01 | 154.52 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 203 | 253 | 0.23 | 0.20 | 0 | 0.01 | 230.85 | 0.94 | 0.88 |
Hex | C2 | CB | FD | 17 | 14 | 0 | 1 | E7 | 5E | 58 |
Octal | 302 | 313 | 375 | 27 | 24 | 0 | 1 | 347 | 136 | 130 |
Binary | 11000010 | 11001011 | 11111101 | 10111 | 10100 | 0 | 1 | 11100111 | 1011110 | 1011000 |
Color Harmonies of #C2CBFD
Complementary color
Monochromatic Colors of #C2CBFD
Black with #C2CBFD
Text Example
Text Example
White with #C2CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBFD; }
p { color: rgb(194,203,253); }
H1.HeaderClassName
{
color: #C2CBFD;
}
.AnyTagClassName
{
color: #C2CBFD;
}
</style>
background-color css
<style>
a { background-color: #C2CBFD; }
a { background-color: rgb(194,203,253); }
div.DivClassName
{
background-color: #C2CBFD;
}
.BgClassName
{
background-color: #C2CBFD;
}
</style>
border-color css
<style>
span { border-color: #C2CBFD; }
span { border-color: rgb(194,203,253); }
td.TdClassName
{
border-color: #C2CBFD;
}
.TagClassName
{
border-color: #C2CBFD;
}
</style>