#CBC5FC

Color #CBC5FC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CBC5FC

Tints of Lavender Blue #CBC5FC

Color information

#CBC5FC (or 0xCBC5FC) is unknown color: approx Lavender Blue. HEX triplet: CB, C5 and FC. RGB value is (203,197,252). Sum of RGB (Red+Green+Blue) = 203+197+252=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5FC is #343A03. Grayscale: #CCCCCC. Windows color (decimal): -3422724 or 16565707. OLE color: 16565707.

HSL color Cylindrical-coordinate representation of color #CBC5FC: hue angle of 246.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC5FC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203197252-
CMYK0.190.2200.01
HSL246.55º90.16%88.04%-
HSV(B)246.55º21.83%98.82%-
XYZ62.1759.66100.33-
YUV205.06154.49126.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=31.13%
G=30.21%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031972520.190.2200.01246.5590.1688.04
HexCBC5FC131601f75a58
Octal313305374232601367132130
Binary1100101111000101111111001001110110011111011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5FC; }

 p { color: rgb(203,197,252); }

 H1.HeaderClassName
 {
   color: #CBC5FC;
 }
 .AnyTagClassName
 {
   color: #CBC5FC;
 }
</style>
background-color css

<style>
 a { background-color: #CBC5FC; }

 a { background-color: rgb(203,197,252); }

 div.DivClassName
 {
   background-color: #CBC5FC;
 }
 .BgClassName
 {
   background-color: #CBC5FC;
 }
</style>
border-color css

<style>
 span { border-color: #CBC5FC; }

 span { border-color: rgb(203,197,252); }

 td.TdClassName
 {
   border-color: #CBC5FC;
 }
 .TagClassName
 {
   border-color: #CBC5FC;
 }
</style>